ExactFloat.MAX_EXP

The maximum exponent supported. If a value has an exponent larger than this, it is replaced by infinity (with the appropriate sign).

struct ExactFloat
static immutable
int MAX_EXP;

Meta