Function rgsl::exponential::expm1

source ·
pub fn expm1(x: f64) -> f64
Expand description

This routine computes the quantity \exp(x)-1 using an algorithm that is accurate for small x.