There is no nobel prize for math...
Just a Nobel prize for War Peace
I still wonder if poor Alfred would be proud of the latest awards..
*PS* How long it should take until some HUMBLE z80 coder copy & paste here some nice z80 asm code that calculates pi digits?
Z80 asm? Why? BASIC is enough for that:
PRINT ATN(1)*4
Please send me the math nobel prize by email. Thanks.
hummm
My solution can have more digits than basic variables (just rip off them from some table)
:-)
anyway this is another way to approx PI: do 355/113
it is a very accurate value, differing from PI by no more than 3×10−7
;-)
I would suggest using table...
http://www.geom.uiuc.edu/~huberty/math5337/groupe/digits.html
If you scroll down and follow the links you also find different ways of calculating pi... How ever I must say that calculating pi is not something MSX is very good for. :)
PI Calculation is very interesting (no joke) but I post back my question :
Do you release your tools ? Because, I'm VERY interested on this...