Initializing help system before first use

xpress.cos

xpress.cos


Purpose

Returns the cosine of a given expression.


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

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


Related topics