Find number of PI digits to the N number

August 20, 2016 ยท View on GitHub

Enter a number and have the program generate PI up to that many decimal places. Limit number: 13. It is limited via php.ini precision = 14 by default.

Inspired by this projects list.