bevy_math::ops

Function exp

Source
pub fn exp(x: f32) -> f32
Available on non-crate feature libm only.
Expand description

Returns e^(self), (the exponential function).

Precision is specified when the libm feature is enabled.