Initializing help system before first use

xpress.log10

xpress.log10


Purpose

Returns the base-10 logarithm of a given expression.


Synopsis
a = xpress.log10(t1)
Argument
Argument.
Further information

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


Related topics