☰
Module estimator
Functions
?
Module
core
::
num
::
flt2dec
::
estimator
source
·
[
−
]
🔬
This is a nightly-only experimental API. (
flt2dec
)
Expand description
The exponent estimator.
Functions
estimate_scaling_factor
Experimental
Finds
k_0
such that
10^(k_0-1) < mant * 2^exp <= 10^(k_0+1)
.