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 /build/macaulay2-88fgJW/macaulay2-1.25.11+ds/M2/Macaulay2/packages/Python/doc/exp-log.m2:108:0.