April 2008
Intermediate to advanced
566 pages
21h 55m
English
COS()
COS(number)This function returns the cosine of
number, where
number is expressed in radians. Here is an
example:
SELECT COS(2 * PI( )); +----------------+ | COS(2 * PI( )) | +----------------+ | 1 | +----------------+
Read now
Unlock full access