Sin
Calculates the trigonometric sine of an angle.
Syntax
Sin(Angle)
Angle:
Any angle (in radians).
Return Value
The sine of Angle.
Related Functions
ArcSin
Example
Variable=Sin(0.7854); ! Sets Variable to 0.7071...
See Also
Math/Trigonometry Functions