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