radToDeg (Function) |
Top Previous Next |
This function converts an angle from radians to degrees.
Note: This function works with DOUBLE, but can also work with FLOAT as described in the Floating-point math introductory section.
Input: v : DOUBLE Angle to convert in radians.
Returns: DOUBLE The value of the angle in degrees.
Declaration: FUNCTION radToDeg : DOUBLE;
Example: INCLUDE rtcu.inc |