The Open
D
Programming Language
Learn
Language
Library
Contribute
Blog
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
;
Meta
Source
See Implementation
mir
bignum
low_level_view
functions
ceilLog10Exp2
structs
BigIntView
BigUIntView
BinaryView
DecimalView