generate-pi-cli
v1.11.0
Published
Find PI(π) to the Nth Digit
Downloads
129
Maintainers
Readme
generate-pi-cli
Find PI(π) to the Nth Digit
Install
$ npm install -g generate-pi-cli
Usage
$ gen-pi --help
Usage
$ gen-pi [input]
Default Input
50 [By default, will show PI(π) to 50 decimal places]
Max Input
200 [Currently upto 200 decimal places are shown
Will default to 200, if input more than 200]
Examples
$ gen-pi
3.14159265358979323846264338327950288419716939937510
$ gen-pi 10
3.1415926535
Related
- generate-pi- API for this module
License
MIT © Palash Mondal