libm
0.0.1
Functions
cbrt
exp
frexpf
ldexp
ldexpf
log
modf
sqrt
libm
Function
ldexpf
Copy item path
Settings
Help
Summary
Source
pub fn ldexpf(x:
f32
, n:
i32
) ->
f32
Expand description
Multiplies an f32 arg by the number 2 raised to the exp power.