Function rgsl::logarithm::log_1plusx_mx_e
[−]
[src]
pub fn log_1plusx_mx_e(x: f64) -> (Value, Result)
This routine computes \log(1 + x) - x for x > -1 using an algorithm that is accurate for small x.