Function js_sys::Math::log1p

source ·
pub fn log1p(x: f64) -> f64
Expand description

The Math.log1p() function returns the natural logarithm (base e) of 1 + a number. MDN documentation