Retro video games delivered to your door every month!
Click above to get retro games delivered to your door ever month!
X-Hacker.org- Fast Library For Clipper 3.02 Reference - <b>deg2rad()</b> http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
    Deg2Rad()

         Convirts degreess to radians

    Syntax:

         Deg2Rad( nDegree ) -> nRadian

         nDegree : The number of degrees to convert

    Description:

         This function converts a numeric value that specifies an angle in
         degrees to radians.

    Return:

         The number converted to radians or Nil if the number is not
         specified.

    Example:

         Deg2Rad( 180 )    //  3.141592

See Also: Cos() NumPi() Rad2Deg() Sin()

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