minExponent property
Return the minimum exponent of this FloatingPointValue.
Implementation
int get minExponent => -pow(2, exponentWidth - 1).toInt() + 2;
Return the minimum exponent of this FloatingPointValue.
int get minExponent => -pow(2, exponentWidth - 1).toInt() + 2;