🔬This is a nightly-only experimental API. (
flt2dec
)Expand description
The exponent estimator.
Functions§
- estimate_
scaling_ 👻factor Experimental - Finds
k_0
such that10^(k_0-1) < mant * 2^exp <= 10^(k_0+1)
.
flt2dec
)The exponent estimator.
k_0
such that 10^(k_0-1) < mant * 2^exp <= 10^(k_0+1)
.