[−][src]Function libm::exp
pub fn exp(x: f64) -> f64
Exponential, base e (f64)
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).
pub fn exp(x: f64) -> f64
Exponential, base e (f64)
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).