COS

The mathematical SQL function COS returns the trigonometric cosine of the specified angle, in radians.

SQL Syntax:
 
   COS( number )
Number:
 
  Any numeric expression.
Escape Syntax:
 
  {fn COS( number )}
Return Type:
 
  FLOAT
     

Examples:

see also:
SQL Numeric Functions
SIN
ACOS
ASIN


100% pure Java DBMS
Mirror Site