ExactFloat.MIN_EXP

The minimum exponent supported. If a value has an exponent less than this, it is replaced by zero (with the appropriate sign).

struct ExactFloat
static immutable
int MIN_EXP;

Meta