SIN

Returns the trigonometric sine of the specified angle, in radians, and in an approximate numeric, float, expression.

Syntax

SIN ( float_expression )

Arguments

float_expression

Is an expression of type float or of a type that can be implicitly converted to float.

Return types

float

Examples

SELECT SIN(0.50);

See Also