COS function [Numeric]

Function

Returns the cosine of a number, expressed in radians.

Syntax

COSnumeric-expression )

Parameters

numeric-expression The angle, in radians.

Example

The following statement returns the value 0.86781:

SELECT COS( 0.52 ) FROM iq_dummy

Standards and compatibility

See also

“ACOS function [Numeric]”

“COT function [Numeric]”

“SIN function [Numeric]”

“TAN function [Numeric]”