gmp-d ~master (2020-09-28T09:15:13Z)
Dub
Repo
MpQ.sgn
gmp
q
MpQ
struct
MpQ
pure nothrow pragma(
inline
, true) @
nogc
@
property
const @
safe
int
sgn
(
)
Return Value
Type:
int
sign as either - -1 (
this
< 0), - 0 (
this
== 0), or - +1 (
this
> 0).
Meta
Source
See Implementation
gmp
q
MpQ
constructors
this
destructors
~this
functions
absolute
canonicalize
invert
opAssign
opBinary
opCast
opCmp
opEquals
toChars
toHash
toString
postblits
this(this)
properties
denominator
integerPart
numerator
sgn