adjust_approximate

Function adjust_approximate 

Source
pub fn adjust_approximate((x, e): (Float, Integer)) -> (Float, Integer)
Expand description

Adjusts the output of approximate_factorial, by combining the 10 exponents of the number and the extra exponent.

ยงPanic

Will panic if x is not finite.