Difference between revisions of "Manuals/calci/EXP"

From ZCubes Wiki
Jump to navigation Jump to search
Line 13: Line 13:
 
==Examples==
 
==Examples==
  
*=EXP(1)=2.718281828459045
+
*IMAGINARY("2+3i")=3
*=EXP(0)=1
+
*IMAGINARY("4-5i")=-5
*=EXP(-5)=0.0067379469990
+
*IMAGINARY("3j")=3
*=EXP(6.3)=544.5719101259
+
*IMAGINARY("7")=0
  
 
==See Also==
 
==See Also==
*[[Manuals/calci/IMEXP | IMEXP ]]
+
*[[Manuals/calci/COMPLEX | COMPLEX ]]
*[[Manuals/calci/LOG | LOG ]]
+
*[[Manuals/calci/IMREAL | IMREAL ]]
*[[Manuals/calci/LN  | LN ]]
+
 
  
 
==References==
 
==References==
 
[http://en.wikipedia.org/wiki/Exponential_function| Exponential function]
 
[http://en.wikipedia.org/wiki/Exponential_function| Exponential function]

Revision as of 05:03, 23 November 2013

EXP(x)


  • where is the number .

Description

  • This function gives the raised to the power of number.
  • In , where represents the exponent of , or .
  • The approximate value of the constant and it is equal to or .
  • It is called the Mathematical Constant or Euler's Number or Napier's Constant.
  • It is the base of natural logarithm.
  • It can calculate the sum of infinite series:
  • And the inverse function of the natural logarithm function is the exponential function:

.

Examples

  • IMAGINARY("2+3i")=3
  • IMAGINARY("4-5i")=-5
  • IMAGINARY("3j")=3
  • IMAGINARY("7")=0

See Also


References

Exponential function