Sin function (LotusScript® Language)

Returns the sine, in radians, of an angle.

Syntax

Sin ( angle )

Elements

angle

Any numeric expression. It is interpreted as an angle expressed in radians.

Return value

Sin returns the sine of angle, a Double between -1 and 1, inclusive.

Example