Difference between revisions of "EXP()"

From Recital Documentation Wiki
Jump to: navigation, search
 
(3 intermediate revisions by 2 users not shown)
Line 1: Line 1:
==Class==
 
Numeric Data
 
 
 
 
==Purpose==
 
==Purpose==
 
Function to return exponential value
 
Function to return exponential value
Line 12: Line 8:
  
 
==See Also==
 
==See Also==
[[ACOS()]], [[ASIN()]], [[ATAN()]], [[ATN2()]], [[COS()]], [[DTOR()]], [[LOG()]], [[LOG10()]], [[PI()]], [[RTOD()]], [[SET DECIMALS]], [[SET FIXED]], [[SIN()]], [[TAN()]]
+
[[ACOS()]], [[ASIN()]], [[ATAN()]], [[ATN2()]], [[COS()]], [[DTOR()]], [[LOG()]], [[LOG10()]], [[PERCENT()]], [[PI()]], [[ROUND()]], [[RTOD()]], [[SET DECIMALS]], [[SET FIXED]], [[SIN()]], [[TAN()]]
  
  
Line 33: Line 29:
  
 
==Products==
 
==Products==
Recital Database Server, Recital Mirage Server, Recital Terminal Developer
+
Recital Server, Recital  
 
[[Category:Documentation]]
 
[[Category:Documentation]]
 
[[Category:Functions]]
 
[[Category:Functions]]
 
[[Category:Numeric Data]]
 
[[Category:Numeric Data]]
 
[[Category:Numeric Data Functions]]
 
[[Category:Numeric Data Functions]]

Latest revision as of 17:13, 27 November 2009

Purpose

Function to return exponential value


Syntax

EXP(<expN>)


See Also

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


Description

The EXP() function returns the value of e to the power <expN>.


Example

set decimals to 3
? exp(1.000)
     2.718
eval = exp(1.000)
? eval
     2.718
? type("eval")
N


Products

Recital Server, Recital