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
Arguments
expression
: Numeric float expression, where expression is in .
Return Type
Numeric float expression in .
Examples
Last updated