Mysticial / Mini-Pi

A miniature program that can compute Pi to millions of digits.
Creative Commons Zero v1.0 Universal
134 stars 23 forks source link

Fix M_PI error #2

Closed markgarcia closed 11 years ago

markgarcia commented 11 years ago

This problem may be solved by #defineing or declaring M_PI in the program's code itself. This should be a more portable and safer way to use the M_PI constant.

markgarcia commented 11 years ago

Issue closed. See #3