
I like the math so I do my own of discovering as alternative from the PI

All of you know PI is equal as approximate at 3.14, right ?
Very simple, the true limited transcendent decimal is 3.14159265358979323846 on the C programming the macro that defined, ok ?
If you read from the Wikipedia of PI : https://en.wikipedia.org/wiki/Pi and you will understand more thing ...

If you see the circle is exactly more than at 3.14... A question arise is if the circle stop at more than 3.14... so it move at infinity very small in zoom, right ? The line move very small at size too, thus for me maybe is not correct maybe ...


My approach is a bit different maybe more correct in theory, just a thought

If we are agreed the PI stop at exactly 3.14 but with infinity, so my theory is simple too :
We can calculate at first the number :
Code: Select all
ConstantPI.f = 3.14
; calculate the multiplication of PI by 3
multPI.f = ConstantPI * 3
; calculate the division of multPI by 3
MyPI.f = multPI / 3
Debug MyPI
Code: Select all
3.14000010490417
Ok ?

So I am adding some very simple number is to make as multPI = 9.42 (Even is not correct in PB) by this multPI =9.421 then it gives at :
Code: Select all
3.14033333333

Code: Select all
3.14033341407776



Voilà
What do you think of my theory? ^^