パッケージの詳細

generate-pi-cli

palashmon104MIT1.17.0

Find PI(π) to the Nth Digit

cli, cli-app, algorithm, calculation

readme

generate-pi-cli

Find PI(π) to the Nth Digit

CI npm version npm downloads

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

License

MIT © Palash Mondal