Pitagoric old school believed universe is made by numbers, and new people who continues that thinking, believes Universe is arimetic (mathematic).
This is just a curious example, the so called "Wallis product":
Code: Select all
a.q=2
b.q=1
r.d=1
n.q=10000000
For i=1 To n
r.d*a*a:a+2
r.d/b/b:b+2
Next
r/n
Debug r
debug #PI