[src]

Function std::num::exp_m1

pub fn exp_m1<T: Float>(value: T) -> T

Returns the exponential of the number, minus 1, exp(n) - 1, in a way that is accurate even if the number is close to zero.