SIN(


General Form:

     SIN(numeric_expression)


The SIN( function calculates the sine of a numeric expression. SIN( is valid wherever a numeric function is legal.

The calculation is performed in radians, unless previously instructed with one of the following SELECT statements:

SELECT D
SELECT G
SELECT R

to SELECT the mode for trigonometric calculations to degrees, gradians or radians respectively.

Syntax examples:

Second = SIN(.723)
Value = 17 + SIN(ABS(Temp))

See also:

ARCOS(, ARCSIN(, COS(