Function float_extras::f64::scalbn [] [src]

pub fn scalbn(x: f64, exp: isize) -> f64

scalbn multiplies their first argument x by FLT_RADIX (probably 2) to the power of exp, that is: text x * FLT_RADIX ** exp