tech
Compute Pi with Javascript and big.js
Compute Pi’s 300 first digits using Javascript and only Javascript. Why is it hard? Because, Javascript has its own limitations when dealing with float precisions, especially when dealing with non trivial math functions.