Function linux_api_math::exp
[−]
[src]
pub unsafe extern "C" fn exp(x: c_double) -> c_double
Returns the base-e exponential function of x, which is e raised to the power x: ex.