[<<Previous Entry]
[^^Up^^]
[Next Entry>>]
[Menu]
[About The Guide]
Cos Returns the Cosine of an Angle
Cos(Angle : Real) : Real;
Cos(Angle : Integer) : Real;
Returns the cosine 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 := Cos(Pi); { X = - 1 }
See Also:
Sin
ArcTan
Pi
This page created by ng2html v1.05, the Norton guide to HTML conversion utility.
Written by Dave Pearson