pub fn exp(x: f32) -> f32
Returns e^(self), (the exponential function).
e^(self)
Precision is specified when the libm feature is enabled.
libm