Function rgsl::logarithm::log_1plusx_mx[][src]

pub fn log_1plusx_mx(x: f64) -> f64
Expand description

This routine computes \log(1 + x) - x for x > -1 using an algorithm that is accurate for small x.