The Open
D
Programming Language
Learn
Language
Library
Contribute
Blog
Fp.opOpAssign
mir
bignum
fp
Fp
struct
Fp
(uint size)
ref nothrow scope return
Fp
opOpAssign
(
string
op
)
(
Fp
rhs
)
if
(
op
== "*" ||
op
== "/"
)
if
(
size
%
(
uint.
sizeof
* 8
)
== 0 &&
size
>=
(
uint.
sizeof
* 8
)
)
Meta
Source
See Implementation
mir
bignum
fp
Fp
constructors
this
functions
isInfinity
isNaN
isSpecial
opBinary
opCast
opEquals
opOpAssign