Quick Ref.
Functions
date
number
string
Data Types
date
number
string
Compatibility
SIN(s1 IN s2)
Engine OK Alternative
mysql yes
oracle yes
postgres yes
sqlserver yes

SIN

SIN(f) returns the sine of f where f is in radians.

 SIN(3.14159/6) -> 0.5 
In this example you return the sine of each of the angles.

Results
See also: