COS

Description

Function that returns the cosine of the angle sent through parameters (must be measured in radians) (COS in Transact-SQL).

Sample Source Pattern

Syntax

COS( expression )

Arguments

Return Type

Examples

SELECT COS(PI())

Last updated