Difference between revisions of "DTOR()"

From Lianjapedia
Jump to: navigation, search
m (1 revision)
 
(One intermediate revision by one other user not shown)
Line 1: Line 1:
 
==Purpose==
 
==Purpose==
 
Function to convert degrees to radians
 
Function to convert degrees to radians
 
  
 
==Syntax==
 
==Syntax==
 
DTOR(<expN>)
 
DTOR(<expN>)
 
  
 
==See Also==
 
==See Also==
 
[[ACOS()]], [[ASIN()]], [[ATAN()]], [[ATN2()]], [[COS()]], [[EXP()]], [[LOG()]], [[LOG10()]], [[PI()]], [[RTOD()]], [[SET DECIMALS]], [[SET FIXED]], [[SIN()]], [[TAN()]]
 
[[ACOS()]], [[ASIN()]], [[ATAN()]], [[ATN2()]], [[COS()]], [[EXP()]], [[LOG()]], [[LOG10()]], [[PI()]], [[RTOD()]], [[SET DECIMALS]], [[SET FIXED]], [[SIN()]], [[TAN()]]
 
  
 
==Description==
 
==Description==
 
The DTOR() function converts the number of degrees in the expression <expN> to radians.
 
The DTOR() function converts the number of degrees in the expression <expN> to radians.
 
  
 
==Example==
 
==Example==
Line 20: Line 16:
 
       1.57
 
       1.57
 
</code>
 
</code>
 
  
 
==Products==
 
==Products==
Recital Server, Recital
+
Lianja Server, Lianja
 
[[Category:Documentation]]
 
[[Category:Documentation]]
 
[[Category:Functions]]
 
[[Category:Functions]]

Latest revision as of 11:55, 11 December 2012

Purpose

Function to convert degrees to radians

Syntax

DTOR(<expN>)

See Also

ACOS(), ASIN(), ATAN(), ATN2(), COS(), EXP(), LOG(), LOG10(), PI(), RTOD(), SET DECIMALS, SET FIXED, SIN(), TAN()

Description

The DTOR() function converts the number of degrees in the expression <expN> to radians.

Example

? dtor(90)
       1.57

Products

Lianja Server, Lianja