Function break_infinity::from_mantissa_exponent_no_normalize[][src]

pub fn from_mantissa_exponent_no_normalize(
    mantissa: f64,
    exponent: f64
) -> Decimal
Expand description

Creates a new instance of Decimal with the given mantissa and exponent without normalizing them.