- Version: 1.5.1
- Programming language: Bash Shell Script
- Author: Thomas J. Dyhr
- Purpose: Memorisation of π
- Release date: 14. Jan 2022
Evaluate your version of π (3.141.. )
-v Increase verbosity.
-p LENGTH Calculate and show π with LENGTH number of decimals.
-V Version.
clone repo and install pigame in your $PATH
git clone https://github.com/docdyhr/pigame
install pigame somewhere in your $PATH
cd pigame/
chmod 755 pigame
mv pigame ~/bin
bc - An arbitrary precision calculator language
Linux/Unix: install with your standard package manager
Windows: a 32 bit windows version is available
Ref.: https://www.gnu.org/software/bc/bc.html
pigame 3.14158
3.14159
3.14158
No match
pigame -v -p 25
π with 25 decimals: 3.14159265358979323846264
pigame -v 3.1415926
π with 7 decimals: 3.1415926
Your version of π: 3.1415926
Number of errors: 0
Perfect!
I am facinated by the beauty of π and it's number sequence.