DecimalView

Alias This

lightConst

ditto

Members

Functions

fromStringImpl
bool fromStringImpl(const(C)[] str, DecimalExponentKey key, int exponentShift)
lightConst
DecimalView!(const W, endian, Exp) lightConst()
opCast
T opCast()

Mir parsing supports up-to quadruple precision. The conversion error is 0 ULP for normal numbers. Subnormal numbers with an exponent greater than or equal to -512 have upper error bound equal to 1 ULP.

signedCoefficient
BigIntView!(W, endian) signedCoefficient()

Variables

coefficient
BigUIntView!(W, endian) coefficient;
exponent
Exp exponent;
sign
bool sign;

Meta