[<<Previous Entry]
[^^Up^^]
[Next Entry>>]
[Menu]
[About The Guide]
Rad2Deg()
Converts radians to degrees
Syntax:
Rad2Deg( nRadian ) -> nDegree
nRadian : The radian number to convert
Description:
This function converts a numeric value which specifies a radian
angle into degrees.
Return:
The number converted to degrees or Nil if the number is
not specified.
Example:
Rad2Deg( NumPi() ) // 180.00
See Also:
Deg2Rad()
Cos()
NumPi()
Sin()
This page created by ng2html v1.05, the Norton guide to HTML conversion utility.
Written by Dave Pearson