Function core::num::dec2flt::convert
[−]
[src]
fn convert<T: RawFloat>(decimal: Decimal) -> Result<T, ParseFloatError>
Unstable (
dec2flt
): internal routines only exposed for testing
The main workhorse for the decimal-to-float conversion: Orchestrate all the preprocessing and figure out which algorithm should do the actual conversion.