mir-algorithm ~master (2021-09-24T13:11:04Z)
Dub
Repo
BinaryView
mir
bignum
low_level_view
struct
BinaryView (
W
WordEndian
endian
=
TargetEndian
Exp
=
int
) {
bool
sign
;
Exp
exponent
;
BigUIntView
!(
W
,
endian
)
coefficient
;
DecimalView
!(
const
W
,
endian
,
Exp
)
lightConst
();
BigIntView
!(
W
,
endian
)
signedCoefficient
();
}
Alias This
lightConst
ditto
Members
Functions
lightConst
DecimalView
!(
const
W
,
endian
,
Exp
)
lightConst
()
signedCoefficient
BigIntView
!(
W
,
endian
)
signedCoefficient
()
Variables
coefficient
BigUIntView
!(
W
,
endian
)
coefficient
;
exponent
Exp
exponent
;
sign
bool
sign
;
Meta
Source
See Implementation
mir
bignum
low_level_view
enums
DecimalExponentKey
WordEndian
functions
algoR
ceilLog10Exp2
manifest constants
TargetEndian
structs
BigIntView
BigUIntAccumulator
BigUIntView
BinaryView
DecimalView
optStrategy
templates
MaxFpPow5
MaxWordPow10
MaxWordPow5
variables
hexStringErrorMsg
hexStringException