libm
0.0.1
Functions
cbrt
exp
frexpf
ldexp
ldexpf
log
modf
sqrt
libm
Function
exp
Copy item path
Settings
Help
Summary
Source
pub fn exp(x:
f64
) ->
f64
Expand description
Returns ‘e’ raised to the power
x
.