ExactFloat.prec

Return the actual precision of this ExactFloat (the current number of bits in its mantissa). Returns 0 for non-normal numbers such as NaN.

struct ExactFloat
@property const nothrow @nogc pure
int
prec
()

Meta