one-line-wonders
one-line-wonders copied to clipboard
Pi Computation in One Line
#76 was a very cool and concise solution. I was wondering if anyone else able to achieve this with other methods or other languages?
can i add wallis product implementation for PI computation in C?
Sure!
you can close the issue ^^
Well I wouldn't want to because OP asked regarding other languages/implementations for future contributors
oh ok :) :+1:
Solved this in python3 https://github.com/wzhouwzhou/one-line-wonders/pull/404
If any changes let me know
Solved this issue in pull request https://github.com/wzhouwzhou/one-line-wonders/pull/410