Category:

Mathematical

Returns the sine of angle.

Syntax

sin(
  x Numeric
): Numeric

Parameters

x is an angle given in radians.

Return value

Type: Numeric.

Examples of using

sin(3)