How to calculate Pi in python
At the moment exists a lot of methods for calculating the famous \(\pi\) number, but in this post, we use a basic and quick method.
In the next figure, we see a circle circumscribed on a square. If we calculate the ratio area of the circle on the squ...
ndimensions.hashnode.dev3 min read
theroyakash
Computer Scientist
Very cool implementation, loved it.