I need a block that gives the nth digit of pi. Example:
[set (n) to 1] [say ( ((n) digit of pi )) ]
would make the sprite say 3 (the first digit of pi).
[set (n) to 2] [say ( ((n) digit of pi )) ]
would make the sprite say 1 (the second digit of pi).
Possible to a point?
(obviously you couldn't program all of pi)
Offline
(letter n of 3.1415926535897922)
Just joking. Try something like this. By the way, I found this with a simple Google search.
-bobbybee (FireMMO Founder, FireMMO Owner, and FireMMO Lead Programmer [my sig, if you're wondering])
Offline
bobbybee wrote:
(letter n of 3.1415926535897922)
XD
Just realized this existed.
Last edited by gbear605 (2011-12-03 10:40:39)
Offline
Glad I could help
-bobbybee (FireMMO Founder, FireMMO Owner, and FireMMO Lead Programmer [my sig, if you're wondering])
Offline
bobbybee wrote:
(letter n of 3.1415926535897922)
Just joking. Try something like this. By the way, I found this with a simple Google search.
-bobbybee (FireMMO Founder, FireMMO Owner, and FireMMO Lead Programmer [my sig, if you're wondering])
That means that there is a pattern to pi.
Offline