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