rpn-cli-calculator

1.0.0 • Public • Published

Command-line reverse polish notation (RPN) calculator

RPN CLI is a Reverse Polish Notation (RPN) calculator for the command line.

Usage

Install RPN CLI globally on your machine by using the command

$ npm i rpn-cli-calculator -g

To use RPN CLI in the command line, the syntax is node rpn-cli-calculator expression
Examples:

node rpn-cli-calculator 5 5 5 8 + + -
node rpn-cli-calculator 8 2 / 6 +

Package Sidebar

Install

npm i rpn-cli-calculator

Weekly Downloads

0

Version

1.0.0

License

ISC

Unpacked Size

4.19 kB

Total Files

9

Last publish

Collaborators

  • tarasis