[<<Previous Entry]
[^^Up^^]
[Next Entry>>]
[Menu]
[About The Guide]
Deg2Rad()
Converts degrees 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()
This page created by ng2html v1.05, the Norton guide to HTML conversion utility.
Written by Dave Pearson