COS
Description
Function that returns the cosine of the angle sent through parameters (must be measured in radians) (COS in Transact-SQL).
The cosine is defined as: Where: - Range: - Domain:
Sample Source Pattern
Syntax
COS( expression )Arguments
expression: Numeric float expression, where expression is in .
Return Type
Numeric float expression in .
Examples
SELECT COS(PI())COS(PI())|
---------+
-1.0|
Last updated