March 14th Pi Day Challenge

1 Like

Apparently, 39 decimal places is enough for most calculations in the universe, something to do with the width of a hydrogen atom.

4 Likes

They almost changed Pi to 3.2

3 Likes

3.2 is approximate value of pi which Babylonian and Egyptian used around 4000 years ago :sweat_smile:

1 Like
2 Likes

Is there also a pie.delivery API? :crazy_face:

3 Likes

Personally, I prefer Archimedes' method, using exhaustion. Here's a link to it because I'm too exasperated to type out the whole thing by hand :/

2 Likes

Vedas are claimed to provide clues to deep scientific concepts hidden within them.
In Rig Veda(oldest known Vedic Sanskrit Text), the value of pi upto 32 decimals is written in form of sloka.

2 Likes

this depends on your location... :partying_face: https://www.google.com/search?q=pie+delivery
this process also works asynchronously... you send a pie request and probably some time later a guy will knock on your door with your pie... enjoy...
Taifun

4 Likes

image

3 Likes

Following on from:

These two are worth a watch....

Squaring the Circle

Zeno's Paradoxes

2 Likes

I love Numberphile. Even if i often don't understand anything :joy: :crazy_face: :grin: :+1: :wink: :thinking:

3 Likes

image

Here is mine :sunglasses:
Most smartest of all.

4 Likes

Here are some math forumlas to calculate pi. Give them a try.

Here is the second Web API approach I found.

PiAPI.aia (2.6 KB)

1 Like

Using Inverse Sine function (asin) - take any number x between -1 and 1 since the domain of inverse sin is [-1,1].

  • 180 degree in radians is equal to PI

3 Likes

The App Inventor system "floats" all decimal places to 5 decimal places - 0.123456 would become 0.12345. So, I simply ran a JavaScript dialog, because Java(Script)'s Math.PI operator has 15 digits.

Just this:

alert (Math.PI);
1 Like

Went online, found one million digits of pi.

Taken a large part from the website, if you are the author of the website, large thanks!

Made an AIA, tested successfully.

PiWithFiles.aia (41.6 KB)

blocks

I do not know how many digits I took, seems to be thousands.

1 Like

:yum: tasty... :joy: :rofl:

Very Nice Inforemations about Pi π here
Great to hear read...

if I scroll until end of that page, then my mouse would never work again I guess :rofl:

Woah, an API for π :joy: nice
never imagined...

it probably costed him to host it :joy: :crazy_face:, great guy though

Yeah, better and nice actually @Gordon_Lu :joy:

Sometimes I really like maths :grin:

the actual full sentence was: I like maths only sometimes because I hate it a lot :crazy_face:, btw, I can't make text even smaller as I wanted :joy:
1 Like

I went on Google and found a list of URLs to images related to π and pie, and made a JSON list to put this together.

RandomPieImages.json (2.9 KB)

Together with this solution of calculating Pi, you can also use these to show a random pi(e) image.

3 Likes