Related Topics: | ||
Description: Returns the sine of the given angle.
Syntax: SIN(Number)
Number is the angle in radians for which you want the sine.
Remarks:
If your argument is in degrees, multiply it by PI/180 or use the RADIANS function to convert it to radians.
Example:
SIN(PI()/2) = 1 [sine of pi/2 radians]
© 1992-2015. ReliaSoft Corporation. ALL RIGHTS RESERVED.