@stdlib/math-base-special-log1p
Evaluate the natural logarithm of 1+x.
Found 6 results for log1p
Evaluate the natural logarithm of 1+x.
An ES-spec-compliant Math.log1p shim/polyfill/replacement that works as far down as ES3
Create an iterator which evaluates the natural logarithm of 1+x for each iterated value.
Compute `x * ln(y+1)` so that the result is `0` if `x = 0`.
A collection of mathematical utility functions including operations like clamp, lerp, normalize, and more.
Computes the natural logarithm of 1+x.