SIN function [Numeric]

Function

Returns the sine of a number, expressed in radians.

Syntax

SINnumeric-expression )

Parameters

numeric-expression The angle, in radians.

Example

The following statement returns the value 0.496880:

SELECT SIN( 0.52 ) FROM iq_dummy

Standards and compatibility

See also

“ASIN function [Numeric]”

“COS function [Numeric]”

“COT function [Numeric]”

“TAN function [Numeric]”