Function libm::ldexpf

source ·
pub fn ldexpf(x: f32, n: i32) -> f32
Expand description

Multiplies an f32 arg by the number 2 raised to the exp power.