Function libm::ldexp

source ·
pub fn ldexp(x: f64, n: i32) -> f64
Expand description

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