Skip to content

Latest commit

 

History

History
6 lines (4 loc) · 282 Bytes

README.MD

File metadata and controls

6 lines (4 loc) · 282 Bytes

Find number of PI digits to the N number

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.