Function rgsl::logarithm::log_1plusx[][src]

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

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