log xlog_base xThis calls Python's built-in math.log function, which computes the logarithm of x to the given base. If no base is given, then the natural logarithm is computed.
|
|
If one of the arguments is a Macaulay2 object, then it is first converted to a Python object before computing the logarithm.
|
|
The source of this document is in Python/doc/exp-log.m2:85:0.