SIN Function [Numeric]

Returns the sine of a number, expressed in radians.

Syntax

SINnumeric-expression )

Parameters

Parameter

Description

numeric-expression

The angle, in radians.

Returns

DOUBLE

Example

The following statement returns the value 0.496880:

SELECT SIN( 0.52 ) FROM iq_dummy

Standards and Compatibility

  • SQL—Vendor extension to ISO/ANSI SQL grammar.

  • Sybase—Compatible with Adaptive Server Enterprise.

Related reference
COS Function [Numeric]
ATAN2 Function [Numeric]
ATAN Function [Numeric]
ASIN Function [Numeric]
ACOS Function [Numeric]
COT Function [Numeric]
TAN Function [Numeric]