Retro video games delivered to your door every month!
Click above to get retro games delivered to your door ever month!
X-Hacker.org- Turbo Pascal - <b> cos cosine of angle pp 139</b> http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
 COS                           Cosine of Angle                        pp 139

 Syntax:  Cos (Radians) ;

 Type:    Real

 Form:    Function

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


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


 Usage:
       VAR
          Radians : Real           ;  { Argument to Cos function in Radians }
          RealVar : Real           ;  { Result of Cos function              }

       BEGIN
          RealVar := Cos (Radians) ;  { Set RealVar = Cos of Radians        }
       END.

See Also: ArcTan Derived Radian Sin

Online resources provided by: http://www.X-Hacker.org --- NG 2 HTML conversion by Dave Pearson