mir-algorithm ~master (2021-09-24T13:11:04Z)
Dub
Repo
Fp.opOpAssign
mir
bignum
fp
Fp
struct
Fp
(size_t coefficientSize, Exp = sizediff_t)
ref nothrow return
Fp
opOpAssign
(
string
op
: "*"
)
(
Fp
rhs
)
if
(
(
is
(
Exp
==
int
) ||
is
(
Exp
==
long
)
)
&&
coefficientSize
%
(
size_t.sizeof
* 8
)
== 0
&&
coefficientSize
>=
(
size_t.sizeof
* 8
)
)
Meta
Source
See Implementation
mir
bignum
fp
Fp
constructors
this
functions
opBinary
opCast
opOpAssign
variables
coefficient
exponent
sign