bevy_math::ops

Function exp

source
pub fn exp(x: f32) -> f32
Expand description

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

Precision is specified when the libm feature is enabled.