September 2000
Intermediate to advanced
418 pages
11h 5m
English
| COS |
COS(n) |
Returns the cosine of an angle, where the angle is expressed in radians.
SQL> SELECT COS(0)
2 FROM dual;
COS(0)
----------
1
Read now
Unlock full access