log1p xThis calls Python's built-in math.log1p function, which computes the logarithm of x plus one. This is more accurate than computing log(x + 1) for small values of x.
|
|
The source of this document is in Python/doc/exp-log.m2:108:0.