ldexp

Function ldexp 

Source
pub fn ldexp(x: f32, exp: i32) -> f32
Expand description

Load exponent. Transpiles to: ldexpf(x, exp)