mir-algorithm ~master (2021-09-24T13:11:04Z)
Dub
Repo
Fp.this
mir
bignum
fp
Fp
this
(bool sign, Exp exponent, UInt!coefficientSize normalizedCoefficient)
struct
Fp
(size_t coefficientSize, Exp = sizediff_t)
nothrow
this
(
bool
sign
,
Exp
exponent
,
UInt
!
coefficientSize
normalizedCoefficient
)
if
(
(
is
(
Exp
==
int
) ||
is
(
Exp
==
long
)
)
&&
coefficientSize
%
(
size_t.sizeof
* 8
)
== 0
&&
coefficientSize
>=
(
size_t.sizeof
* 8
)
)
this
(T value, bool normalize)
this
(UInt!size integer, bool normalizedInteger)
Meta
Source
See Implementation
mir
bignum
fp
Fp
constructors
this
functions
opBinary
opCast
opOpAssign
variables
coefficient
exponent
sign