CT_RTOD

 RTOD()
 Converts from a radian to degree measure
------------------------------------------------------------------------------
 Syntax

     RTOD(<nArc>) --> nAngle

 Argument

     <nArc>  Designates a valid angle measurement in radians.

 Returns

     RTOD() returns the value of the designated parameter in degrees.

 Description

     In addition to expressing an angle measurement in degrees, it is often
     useful to express an angle in radians.  RTOD() converts a radian
     measurement into degrees.

 Example

     Show some conversions:

     ? RTOD( PI() )        // Result:  180
     ? RTOD(2 * PI())      // Result:  360
     ? RTOD(4 * PI())      // Result:  720
     ? RTOD( -PI() )       // Result: -180

See Also: DTOR()

 

Leave a Reply

Fill in your details below or click an icon to log in:

WordPress.com Logo

You are commenting using your WordPress.com account. Log Out /  Change )

Google photo

You are commenting using your Google account. Log Out /  Change )

Twitter picture

You are commenting using your Twitter account. Log Out /  Change )

Facebook photo

You are commenting using your Facebook account. Log Out /  Change )

Connecting to %s

This site uses Akismet to reduce spam. Learn how your comment data is processed.