Exp: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
|||
Line 2: | Line 2: | ||
Exp(X) | Exp(X) | ||
The '''Exp''' [[internal function]] calculates the exponential value of X. | 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:==== | ====Related Functions:==== |