Difference between revisions of "Documentation/How Tos/Calc: EXP function"

From Apache OpenOffice Wiki
Jump to: navigation, search
(Initial content)
 
m
Line 3: Line 3:
 
== EXP ==
 
== EXP ==
 
Returns the mathematical constant ''e'' raised to the power of a number.
 
Returns the mathematical constant ''e'' raised to the power of a number.
 
  
 
=== Syntax: ===
 
=== Syntax: ===
 
<tt>'''EXP(number)'''</tt>
 
<tt>'''EXP(number)'''</tt>
 
: returns <tt>'''<i>e</i><sup>number</sup>'''</tt>.
 
: returns <tt>'''<i>e</i><sup>number</sup>'''</tt>.
 
  
 
=== Example: ===
 
=== Example: ===
 
<tt>'''EXP(1)'''</tt>
 
<tt>'''EXP(1)'''</tt>
 
: returns <tt>'''2.71828182845904'''</tt>, the mathematical constant ''e'' to Calc's accuracy.
 
: returns <tt>'''2.71828182845904'''</tt>, the mathematical constant ''e'' to Calc's accuracy.
 
  
 
=== See also: ===
 
=== See also: ===

Revision as of 06:34, 2 March 2008


EXP

Returns the mathematical constant e raised to the power of a number.

Syntax:

EXP(number)

returns enumber.

Example:

EXP(1)

returns 2.71828182845904, the mathematical constant e to Calc's accuracy.

See also:

POWER, LN, PI

Mathematical functions

Personal tools