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