Initializing help system before first use

xpress.tan

xpress.tan


Purpose

Returns the tangent of a given expression.


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

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


Related topics