[<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
+---------------------------------+
|              RTOD               |
+---------------------------------+
RTOD(<expN>)

-----------------------------------
Converts radians to degrees.
Return value - Numeric
-----------------------------------

RTOD() is useful when working with FoxPro trigonometric functions.

<expN>
        Expression to convert to degrees. The numeric expression <expN> is
given in radians, and RTOD returns an equivalent value in degrees.

+---------------------------------+
|             Examples            |
+---------------------------------+
? RTOD(ACOS(0))

STORE -1 to arcangle

? RTOD(ACOS(arcangle))

? RTOD(ACOS(sqrt(2)/2))

-----------------------------------

See Also:  COS(), DTOR(), SIN(), TAN()

-----------------------------------

See Also: COS() DTOR() SIN() TAN()
This page created by ng2html v1.05, the Norton guide to HTML conversion utility. Written by Dave Pearson