to_decimal_fast

Function to_decimal_fast 

Source
pub(crate) fn to_decimal_fast<Float, UInt>(
    bin_sig: UInt,
    raw_exp: i64,
    regular: bool,
) -> ToDecimalResult
where Float: FloatTraits, UInt: UInt,