mir-algorithm — Libmir Archive
← Libmir Archive
Dlang.org
BinaryView
mir
bignum
low_level_view
struct
BinaryView (
W
) {
bool
sign
;
long
exponent
;
BigUIntView
!
W
coefficient
;
DecimalView
!(
const
W
)
lightConst
();
BigIntView
!
W
signedCoefficient
();
}
Alias This
lightConst
ditto
Members
Functions
lightConst
DecimalView
!(
const
W
)
lightConst
()
signedCoefficient
BigIntView
!
W
signedCoefficient
()
Variables
coefficient
BigUIntView
!
W
coefficient
;
exponent
long
exponent
;
sign
bool
sign
;
mir
bignum
low_level_view
functions
ceilLog10Exp2
structs
BigIntView
BigUIntView
BinaryView
DecimalView