ExactFloat.MAX_PREC

The maximum number of mantissa bits supported. If a value has more mantissa bits than this, it is replaced with NaN. (It is expected that users of this class will never want this much precision.)

struct ExactFloat
static immutable
int MAX_PREC;

Meta