pub fn log1p(x: f64) -> f64 ⓘ
Available on crate feature
dep_js_sys
only.Expand description
The Math.log1p()
function returns the natural logarithm (base e) of 1 + a number.
MDN documentation
pub fn log1p(x: f64) -> f64 ⓘ
dep_js_sys
only.The Math.log1p()
function returns the natural logarithm (base e) of 1 + a number.
MDN documentation