JSPM

  • Created
  • Published
  • Downloads 5
  • Score
    100M100P100Q61819F
  • License MIT

Find PI(π) to the Nth Digit

Package Exports

    This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (generate-pi-cli) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

    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

    License

    MIT © Palash Mondal