/pithon

Approximate the value of pi using Python

Primary LanguagePython

======

Approximate the value of pi using Python (c) David Shimel 2013

Uses the rectangle method of numerical integration. Usage is: python pithon.py ### where ### is the radius of the circle. It should be a positive integer. More information available on my website here: http://davidshimel.com/approximating-pi-in-python-part-2/

======