gmp-d ~master (2020-09-28T09:15:13Z)
Dub
Repo
MpQ.this
gmp
q
MpQ
Construct from floating-point
value
.
this
()
this
(typeof(null) )
this
(P value)
struct
MpQ
pure nothrow pragma(
inline
, true) @
nogc
@
safe
this
(
P
)
(
in
P
value
)
if
(
isFloating
!
P
)
this
(P pValue, Q qValue, bool canonicalizeFlag)
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
Construct from floating-point value.