pub fn mantissa_to_f64(mantissa: i64, exponent: i8) -> f64Expand description
Converts a mantissa/exponent pair to f64 for display/debugging only.
This should NOT be used for domain type conversion - use mantissa_to_price
or mantissa_to_quantity instead.