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

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

These functions multiply their first argument x by FLT_RADIX (probably 2) to the power of exp, that is:

x * FLT_RADIX ** exp