devela::_dep::libm

Function expf

pub fn expf(x: f32) -> f32 
Available on crate feature dep_libm only.
Expand description

Exponential, base e (f32)

Calculate the exponential of x, that is, e raised to the power x (where e is the base of the natural system of logarithms, approximately 2.71828).