Guido Pinkernell wrote:

It equals 2.71828182845904..., therefore, the function used with "number" being 1, =EXP(1), would return 2.71828182845904...


"It is approximately equal to 2.71828182845904"

How about this:

EXP(n) - Returns e (the base of the natural logarithm) raised to the power 'n'.
The constant e is approximately equal to 2.71828182845904. Hence, =EXP(1) would
return 2.71828182845904. Other examples:

   =LN(EXP(2)) returns 2
   =LN(EXP(3)) returns 3
   =LN(EXP(4)) returns 4


I'm not sure whether to include the 'other examples' or not.

Cheers,
Daniel.

Reply via email to