[<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
 SIN                            Sine of Angle                         pp 140

 Syntax:  Sin (Radians) ;

 Type:    Real

 Form:    Function

 Purpose: Return the sine of Radians, which may be Integer or Real.
          The result is type Real.  The argument is in radians.


 ----------------------------------------------------------------------------


 Usage:
       VAR
          Radians : Real           ;
          RealVar : Real           ;

       BEGIN
          RealVar := Sin (Radians) ;
       END.

See Also: ArcTan Cos Derived Radian
This page created by ng2html v1.05, the Norton guide to HTML conversion utility. Written by Dave Pearson