log1p
Returns log(1 + number), computed in a way that is accurate even when
the value of number is close to zero
Description
floatlog1p
floatnumber
&warn.experimental.func;
log1p returns log(1 +
number) computed in a way that is accurante even
when the value of number is close to zero.
¬e.no-windows;
See also expm1 and
log.