Function rgsl::logarithm::log_1plusx_e[][src]

pub fn log_1plusx_e(x: f64) -> (Value, Result)
Expand description

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