simple-rpn-calc

1.0.7 • Public • Published

What is this?

Reverse Polish Notation Calculator:

Supports + - * / rpn expressions.

Installation

npm install rpn-calculator --save

Then

import rpn from "simple-rpn-calc";
 
console.log(rpn("2 3 +"));
 
//output: 5

Readme

Keywords

none

Package Sidebar

Install

npm i simple-rpn-calc

Weekly Downloads

3

Version

1.0.7

License

MIT

Unpacked Size

2.1 kB

Total Files

3

Last publish

Collaborators

  • trevis42