bevy_math::ops

Function ln

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

Returns the natural logarithm of the number.

Precision is specified when the libm feature is enabled.