Re: How do I compute e^e to thounands of decimal places?
- From: israel@xxxxxxxxxxx (Robert Israel)
- Date: 18 Dec 2006 01:56:05 GMT
In article <1166327233.074973.319690@xxxxxxxxxxxxxxxxxxxxxxxxxxx>,
john <xyz91234@xxxxxxxxx> wrote:
I know that I can compute e quickly by using the Taylor series with the
binary splitting.
I there any fast algorithm for computing e^e to high precision?
e^e = e sum_{k=0}^infty b_k /k!
where is the k'th Bell number. These are integers that can be
computed e.g. using the recurrence
b_{k+1} = sum_{j=0}^k (k choose j) b_j.
Robert Israel israel@xxxxxxxxxxx
Department of Mathematics http://www.math.ubc.ca/~israel
University of British Columbia Vancouver, BC, Canada
.
- Follow-Ups:
- References:
- Prev by Date: Re: How do I compute e^e to thounands of decimal places?
- Next by Date: Re: Fermat's Last Theorem
- Previous by thread: Re: How do I compute e^e to thounands of decimal places?
- Next by thread: Re: How do I compute e^e to thounands of decimal places?
- Index(es):
Relevant Pages
|
Loading