Initializing help system before first use

xpress.sin

xpress.sin


Purpose

Returns the sine of a given expression.


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

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


Related topics