Tilted Forum Project Discussion Community  

Go Back   Tilted Forum Project Discussion Community > The Academy > Tilted Knowledge and How-To


 
 
LinkBack Thread Tools
Old 07-29-2003, 04:54 PM   #41 (permalink)
Insane
 
Location: Ames, IA
Im not sure how to calculate it exactly, but i remember doing a program for high school Visual Basic that could calculate pi to 500,000 digits... computers can do it as 4.0 * arctan(1.0) but i have no idea what arctan is
Caphreak is offline  
Old 07-29-2003, 11:11 PM   #42 (permalink)
Tilted
 
Location: Austin, TX
arctan is the inverse function of tangent.

like how tan(pi/4) = 1, acrtan(1) = pi/4.
wlcm is offline  
Old 07-30-2003, 01:03 PM   #43 (permalink)
Junkie
 
Stiltzkin's Avatar
 
I once downloaded a text file containing pi to around 6-billion digits. I also once made the mistake of opening this text file. Took about 15 minutes to load it into memory

This is awesome, an actual algorithm for finding pi

Quote:
1. Initial value setting;
a = 1 b = 1 / SqRt(2) t = 1/4 x = 1

2. Repeat the following statements until the difference of a and b is within the desired accuracy;
y = a
a = (a+b) / 2
b = SqRt(b*y)
t = t - x * (y-a)^2
x = 2 * x

3. Pi is approximated with a, b and t as;
Pi = ((a+b)^2) / (4*t)
Link

If I had the desire to, I'd toss this into my C compiler right now and run it, but nah...

Apparently the record is 206,158,430,000 accurate digits of pi, held by Y. Kanada and D. Takahashi. Figures they'd be Japanese

If you want to see pi to 206,158,430,000 digits really bad, go here and help yourself. It's pretty damn slow, though. I estimate the total size to be around:

201326592 Kb, which would be...
196608 Mb, which would be...
192 Gb

Who the hell wants to fill up a really, really expensive hard drive with nothing but pi?
__________________
The most important thing in this world is love.

Last edited by Stiltzkin; 07-30-2003 at 01:20 PM..
Stiltzkin is offline  
Old 07-30-2003, 08:52 PM   #44 (permalink)
Archangel of Change
 
i memorized part of Pi one day out of boredom

3.141592653

now I have memorized more

3.14159265358979323

Thanks guys!
hobo is offline  
Old 08-03-2003, 03:41 PM   #45 (permalink)
Upright
 
Location: College Park
I saw a video clip of a guy who had memorized it to several thousand places. You could read him a series of numbers from any spot, and he could continue from that point on (much like hearing a beat or lyrics from a song).

-Jeff
__________________
Mindless fools that aggravate it
Pick at you in desperation
TheJeff is offline  
 


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On



All times are GMT -8. The time now is 07:00 AM.

Tilted Forum Project

Powered by vBulletin® Version 3.8.7
Copyright ©2000 - 2025, vBulletin Solutions, Inc.
Search Engine Optimization by vBSEO 3.6.0 PL2
© 2002-2012 Tilted Forum Project

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47