pub fn exp_m1(x: f32) -> f32
libm
Returns e^(self) - 1 in a way that is accurate even if the number is close to zero.
e^(self) - 1
Precision is specified when the libm feature is enabled.