Initializing help system before first use

xpress.log

xpress.log


Purpose

Returns the natural logarithm of a given expression.


Synopsis
a = xpress.log (t)
Argument
Argument of the log function.
Further information

Using Python's math library operator math.log is only advisable when the argument is not an expression that depends on variables.