Function rgsl::logarithm::log_1plusx_e

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

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