Am Sonntag, 17. April 2005 14:15 schrieb Rick Barnes:
> On Sun, 2005-04-17 at 09:45 +0200, Guido Pinkernell wrote:
> > Am Sonntag, 17. April 2005 07:58 schrieb Rick Barnes:
> > > I am trying to write concise, yet correct descriptions of several
> > > functions that refer to the Eulerian number and the natural log base, e
> > > (2.71828182845904). The functions in question are: EXP. IMEXP, LN and
> > > IMLN.
> > >
> > > Is the Eulerian number, the natural log base and e the same thing?
> >
> > Yes, if you allow e=2.71828182845904... (note the dots, coming from a
> > math geek ;))
> >
> > Guido
>
> So, then, this description would be accurate:
>
> EXP(number) - Returns e raised to the power of the given number. The
> constant e equals 2.71828182845904..., the base of the natural logarithm
> (or the Eulerian number). Therefore, the function used with "number"
> being 1, =EXP(1), would return 2.71828182845904...

I would suggest one small change, just to make clear that the number's name 
"e" actually derives from the name "Euler":

EXP(number) - Returns e raised to the power of the given number. The
constant e stands for the Eulerian number, which is also the base of the 
natural logarithm. It equals 2.71828182845904..., therefore, the function 
used with "number" being 1, =EXP(1), would return 2.71828182845904...

Guido

Reply via email to