Function linux_api_math::expf [] [src]

pub unsafe extern "C" fn expf(x: c_float) -> c_float

Returns the base-e exponential function of x, which is e raised to the power x: ex.