Function rgsl::exponential::expm1_e

source ·
pub fn expm1_e(x: f64) -> (Value, Result)
Expand description

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