Exp: Difference between revisions

From BR Wiki
Jump to navigation Jump to search
m (moved EXP to Exp over redirect)
No edit summary
Line 1: Line 1:


  Exp(X)
  Exp(<numeric expression>)


The '''Exp''' [[internal function]] calculates the exponential value of X. The mathematical number e, which is approximately equal to 2.718, is raised to the power X. The example below
The '''Exp''' [[internal function]] calculates the exponential value of X. The mathematical number e, which is approximately equal to 2.718, is raised to the power X. The example below

Revision as of 19:31, 21 May 2014

Exp(<numeric expression>)

The Exp internal function calculates the exponential value of X. The mathematical number e, which is approximately equal to 2.718, is raised to the power X. The example below

00010 print exp(2)

results in

7.389056

Related Functions: