Difference between revisions of "RTOD()"

From Lianjapedia
Jump to: navigation, search
m (Text replace - "Recital" to "Lianja")
Line 1: Line 1:
 
==Purpose==
 
==Purpose==
 
Function to convert radians to degrees
 
Function to convert radians to degrees
 
  
 
==Syntax==
 
==Syntax==
 
RTOD(<expN>)
 
RTOD(<expN>)
 
  
 
==See Also==
 
==See Also==
 
[[ACOS()]], [[ASIN()]], [[ATAN()]], [[ATN2()]], [[COS()]], [[DTOR()]], [[EXP()]], [[LOG()]], [[LOG10()]], [[PI()]], [[SET DECIMALS]], [[SET FIXED]], [[SIN()]], [[TAN()]]
 
[[ACOS()]], [[ASIN()]], [[ATAN()]], [[ATN2()]], [[COS()]], [[DTOR()]], [[EXP()]], [[LOG()]], [[LOG10()]], [[PI()]], [[SET DECIMALS]], [[SET FIXED]], [[SIN()]], [[TAN()]]
 
  
 
== Description==
 
== Description==
 
The RTOD() function converts the number of radians specified in the expression <expN> to degrees.
 
The RTOD() function converts the number of radians specified in the expression <expN> to degrees.
 
  
 
==Example==
 
==Example==
Line 20: Line 16:
 
     180.00
 
     180.00
 
</code>
 
</code>
 
  
 
==Products==
 
==Products==

Revision as of 10:27, 12 December 2012

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

Lianja, Lianja Server