Is there a rationale for why f64::MIN_EXP
is -1021, while 2^-1022 is a perfectly valid normal f64
number?
Why is f64::MIN_EXP
one larger than the minimum possible (non-subnormal) exponent?
Is there a rationale for why f64::MIN_EXP
is -1021, while 2^-1022 is a perfectly valid normal f64
number?
Why is f64::MIN_EXP
one larger than the minimum possible (non-subnormal) exponent?
This topic was automatically closed 90 days after the last reply. We invite you to open a new topic if you have further questions or comments.