Leibniz Algorithm for Pi on Multiple Language Platforms
Inspired by https://github.com/niklas-heer/speed-comparison
References:
- https://en.wikipedia.org/wiki/Pi (overview of Pi)
- https://www.piday.org/million/ (1 Million Digits of Pi)
- Install gcc.
- Install ldc2 version of D.
- Install zig.
- Install Go.
- Install Java version 21.
- Install Jacobin.
Bash script: run.sh
Logging output: run.log
CSV file output shared by all languages: run.csv
Github Actions workfile: .github/workflows/run.yml
Bash script invoked by the workfile: run.sh
Issues: Suggestions, improvements, and questions are most welcome.