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