[<<Previous Entry]
[^^Up^^]
[Next Entry>>]
[Menu]
[About The Guide]
Sin Returns the Sine of an Angle
Sin(Angle : Real) : Real;
Returns the sine of Angle, which is in radians (2*Pi radians = 360
degrees).
Angle An integer or real value (constant, variable, function
call, or expression).
Limits: none
-------------------------------- Example ---------------------------------
X := Sin(Pi); { X = 0 }
See Also:
Cos
ArcTan
Pi
This page created by ng2html v1.05, the Norton guide to HTML conversion utility.
Written by Dave Pearson