sin()

Scalar. Returns the sine of a given value.

Syntax

sin ( value )

Parameters

value

A float.

Usage

Returns the sine of a given value, expressed in radians. The function takes a float as its argument, and the function returns a float.

Example

sin ( pi() ) returns 0.