libm
0.0.1
libm
Function
ldexp
Copy item path
Source
pub fn ldexp(x:
f64
, n:
i32
) ->
f64
Expand description
Multiplies an f64 arg by the number 2 raised to the exp power.