scalbn

Function scalbn 

Source
pub fn scalbn(x: f32, n: i32) -> f32
Expand description

Scale by power of 2. Transpiles to: scalbnf(x, n)