Difference between revisions of "Math.exp"

From OpenEUO
Jump to: navigation, search
(Created page with " math.exp (x) Returns the value e^x.")
 
Line 1: Line 1:
 
  math.exp (x)
 
  math.exp (x)
  
Returns the value e^x.
+
Returns the value of the natural number e raised to the power of x.  The numerical value of e truncated to 20 decimal places is
 +
 
 +
    2.71828182845904523536....

Revision as of 21:12, 7 October 2010

math.exp (x)

Returns the value of the natural number e raised to the power of x. The numerical value of e truncated to 20 decimal places is

   2.71828182845904523536....