Returns the sine of an angle, where the angle is expressed in radians.
Syntax:
SIN(radians)
Parameters:
radians: A number that represents the angle expressed in radians.
Returns:
Sine value
Example:
SIN(0.7854) returns 0.70711
See also:
ASIN, ACOS, ATAN, COS, TAN
The Online and Rich Client Samples projects (program NM02 and RNM02)