Page 2 of 2

Re: New Python Projects

Posted: Tue Apr 21, 2015 6:31 am
by Kevin
KemyLand wrote:Nah, if he doesn't know Leibniz's series he won't know how to do it
It's not a bug, it's a feature. After all, in OSDev I also don't know how the hardware works. I have to find some documentation and read it up.

Re: New Python Projects

Posted: Tue Apr 21, 2015 6:44 am
by Muazzam
Kevin wrote:
KemyLand wrote:Nah, if he doesn't know Leibniz's series he won't know how to do it
It's not a bug, it's a feature. After all, in OSDev I also don't know how the hardware works. I have to find some documentation and read it up.
BTW, Leibniz series is extremely easy to get, if you don't know already:
Pi = (4/1)-(4/3)+(4/5)-(4/7)+(4/7)-...............(+ or -) (4/2n-1). Here, actual value of n should be infinity, but, the higher the value, the higher the precision.