Difference between revisions of "DTOR()"

From Recital Documentation Wiki
Jump to: navigation, search
(Class)
 
Line 1: Line 1:
 
 
 
==Purpose==
 
==Purpose==
 
Function to convert degrees to radians
 
Function to convert degrees to radians
Line 25: Line 23:
  
 
==Products==
 
==Products==
Recital Database Server, Recital Mirage Server, Recital Terminal Developer
+
Recital Server, Recital  
 
[[Category:Documentation]]
 
[[Category:Documentation]]
 
[[Category:Functions]]
 
[[Category:Functions]]

Latest revision as of 16:59, 27 November 2009

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

Recital Server, Recital