extracting decimal digits of Pi
- To: mathgroup at smc.vnet.net
- Subject: [mg55841] extracting decimal digits of Pi
- From: zak <chocolatez at gmail.com>
- Date: Thu, 7 Apr 2005 05:11:03 -0400 (EDT)
- Reply-to: zak <chocolatez at gmail.com>
- Sender: owner-wri-mathgroup at wolfram.com
hi in my previous letter i mentioned extracting the first 100000 decimal digits of Pi, and to put it in a List. the following code is my version,: dat = IntegerDigits[ToExpression[StringDrop[ToString[N[Pi, 500000]], 2]]]; i think it is consuming the memory of the computer. i hope there is another version. regards zak
- Follow-Ups:
- Re: extracting decimal digits of Pi
- From: János <janos.lobb@yale.edu>
- Re: extracting decimal digits of Pi
- From: DrBob <drbob@bigfoot.com>
- Re: extracting decimal digits of Pi