expm1 xThis calls Python's built-in math.expm1 function, which computes the exponential of x minus one. This is more accurate than computing exp x - 1 for small values of x.
|
|
The source of this document is in Python/doc/exp-log.m2:50:0.