Function float_extras::f64::ldexp [] [src]

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

ldexp returns the result of multiplying the floating-point number x by 2 raised to the power exp.