SIN

Returns the sine of an expression that represents a numerical value.

Format

SIN(x)

Argument

 
x
Any valid expression that evaluates to a real number.

Example

The following example returns the sine of 10*TIME, where TIME is the current simulation time:
SIN(10*TIME)