/generate-pi-cli

🚀 Find PI(π) to the Nth Digit

Primary LanguageJavaScriptMIT LicenseMIT

generate-pi CLI

Find PI(Ï€) to the Nth Digit

Build Status npm version

npm downloads Dependency Status

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

License

MIT © Palash Mondal