Happy pi day everyone! Thought I'd make this thread just for people to talk about pi and post pi digits because... because... umm... pi?

anyway here is the first 100 digits!

3.1415926535897932384626433832795028841971693993751058209749445923078164062862089986280348253421170679

Enjoy and happy pi day! Laughing
Yay it's π day! This font renders the lowercase pi symbol as the uppercase pi symbol, Π, but shorter instead of the classic pi symbol we all know and love!

anyway here is the first 1001 digits!

3.1415926535897932384626433832795028841971693993751058209749445923078164062862089986280348253421170679821480865132823066470938446095505822317253594081284811174502841027019385211055596446229489549303819644288109756659334461284756482337867831652712019091456485669234603486104543266482133936072602491412737245870066063155881748815209209628292540917153643678925903600113305305488204665213841469519415116094330572703657595919530921861173819326117931051185480744623799627495673518857527248912279381830119491298336733624406566430860213949463952247371907021798609437027705392171762931767523846748184676694051320005681271452635608277857713427577896091736371787214684409012249534301465495853710507922796892589235420199561121290219608640344181598136297747713099605187072113499999983729780499510597317328160963185950244594553469083026425223082533446850352619311881710100031378387528865875332083814206171776691473035982534904287554687311595628638823537875937519577818577805321712268066130019278766111959092164201989

happy π day everyone, enjoy
4999 is a prime number!



...am I in the right place?
For Pi day, here’s a program I wrote to calculate digits of Pi. It displays 7 digits at a time. If it shows less than 7 digits, there should be leading 0’s. The original post is somewhere on the forum.

Anywhere you see -> replace that with the sto key.



Code:

ClrHome
Input "NBR DIGITS ",D
startTmr->Q
iPart(D/7)+1->S
10^7->T
For(Z,1,D
5*(Z-1)+3->L1(Z
End
For(M,1,S
0->C
For(Z,D,1,-1
L1(Z)*T+C->V
27*((Z-1)^2)+27*(Z-1)+6->B
V-iPart(V/B)*B->L1(Z
iPart(V/B)*(2*((Z-1)^2)-(Z-1))->C
End
V-iPart(V/T)*T->L1(1
Disp iPart(V/T
End
Disp "SECONDS "
checkTmr(Q)
Nice program! Should we do an "advent of code" like thing? basically pi in a bunch of languages?
Happy Pi Day!

Can I have a large container of coffee, cream, and sugar?

This topic is going to be a compilation of PI related stuff? Neat.
Happy π day everyone! Enjoy some math as well as pi (and maybe pie as well?)
Happy pi day everyone, be sure to test your memorization abilities with this fun pi game that I made 3 years ago!

https://michael2-3b.github.io/CC21/
I'm posting this on Pi day, at Pi Time, while I eat a pizza pie. Very Happy
Happy PI Day!
"Pi Day is an annual celebration of the mathematical constant π"
I am going to eat myself 3 and 14/100 slices of pizza pie. Come to think about it, it's all a conspiracy! The bakers invented pi to sell pie. Jokesters and math nerds would gladly fork over their entire life savings and take a second mortgage on their house if it meant that they could get their hands on a pie on Pi Day. The word "pi" itself oozes pun potential, and when the bakers see the word "pi", they see money oozing out of the wallets of millions of consumers. Or... people just like puns? Nah.
I thought of the joke too late lol, but in response to Candledark's post:
Here's a PI one liner in java:

Code:
package piDay; public class Main { public static void main(String[] args) { System.out.println(Math.PI); } }

(i am sorry for my comedy war crimes)
ok, I notice:
14. March is π-day.
Do you guys also tell the time hh:ss:mm?

*runs*
Piggy-backing on this thread: Happy 2022 Pi Day, everyone!

Some blasts from the past:
Happy Pi Day to all Americans!
This is late, but my geo honors teacher actually had people bring in pie!
Happy Pi Day, everyone! I'm very disappointed that none of you posted Pi Day greetings yet.
Happy Pi Day! We were all waiting on you to kick the celebration off.
That last post was 2 years ago... wild. Time scares me. Happy Pi Day.
  
Register to Join the Conversation
Have your own thoughts to add to this or any other topic? Want to ask a question, offer a suggestion, share your own programs and projects, upload a file to the file archives, get help with calculator and computer programming, or simply chat with like-minded coders and tech and calculator enthusiasts via the site-wide AJAX SAX widget? Registration for a free Cemetech account only takes a minute.

» Go to Registration page
Page 1 of 2
» All times are UTC - 5 Hours
 
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum

 

Advertisement