| log1p |
(Number num) |
yoix.math |
| |
Returns the value of the natural logarithm of the sum of
num
plus 1, namely
log(num+1).
For values of x near 0, the result of
log1p(x)
is much closer to the true value of ln(x+1)
than
log(x+1).
The special cases are the same as those described in the Java documentation for the
eponymous function.
|
Yoix is a registered trademark of AT&T Inc.
|