[<<Previous Entry]
[^^Up^^]
[Next Entry>>]
[Menu]
[About The Guide]
ARCTAN Return angle of Tangent pp 139
Syntax: ArcTan (Tangent) ;
Type: Integer, Real
Form: Function
Purpose: Returns the angle of Tangent in radians. Tangent can be either
type Real or Integer. The result is type Real.
----------------------------------------------------------------------------
Usage:
VAR
Tangent : Real ; { Tangent value of type Real }
Angle : Real ; { Variable of type Real }
BEGIN
Angle := ArcTan (Tangent) ; { Set Angle in radians }
END.
See Also:
Cos
Derived
Radian
Sin
This page created by ng2html v1.05, the Norton guide to HTML conversion utility.
Written by Dave Pearson