Difference between revisions of "RTOD()"
From Recital Documentation Wiki
Yvonnemilne (Talk | contribs) |
Helengeorge (Talk | contribs) |
||
(2 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
==Purpose== | ==Purpose== | ||
Function to convert radians to degrees | Function to convert radians to degrees | ||
Line 15: | Line 8: | ||
==See Also== | ==See Also== | ||
− | [[ACOS()]], [[ASIN()]], [[ATAN()]], [[ATN2()]], [[COS()]], [[DTOR()]], [[EXP()]], [[LOG()]], [[LOG10()]], [[PI()]], [[ | + | [[ACOS()]], [[ASIN()]], [[ATAN()]], [[ATN2()]], [[COS()]], [[DTOR()]], [[EXP()]], [[LOG()]], [[LOG10()]], [[PI()]], [[SET DECIMALS]], [[SET FIXED]], [[SIN()]], [[TAN()]] |
Line 30: | Line 23: | ||
==Products== | ==Products== | ||
− | Recital | + | Recital, Recital Server |
[[Category:Documentation]] | [[Category:Documentation]] | ||
[[Category:Functions]] | [[Category:Functions]] | ||
+ | [[Category:Numeric Data]] | ||
+ | [[Category:Numeric Data Functions]] |
Latest revision as of 15:24, 7 December 2009
Purpose
Function to convert radians to degrees
Syntax
RTOD(<expN>)
See Also
ACOS(), ASIN(), ATAN(), ATN2(), COS(), DTOR(), EXP(), LOG(), LOG10(), PI(), SET DECIMALS, SET FIXED, SIN(), TAN()
Description
The RTOD() function converts the number of radians specified in the expression <expN> to degrees.
Example
? rtod(3.14159) 180.00
Products
Recital, Recital Server