rev-polish-notation

1.0.5 • Public • Published

reverse-polish-notation

Algorithm

read more about the algorithm at wiki

Getting Started

npm i rev-polish-notation -S

Then, call from your file:

const reversePolishNotation = require('rev-polish-notation');

console.log(reversePolishNotation('25 20 * 10 /')  // 50

Remark

since I'm using big-integer numbers larger than 9007199254740992 and smaller than -9007199254740992 are not precisely

Readme

Keywords

none

Package Sidebar

Install

npm i rev-polish-notation

Weekly Downloads

4

Version

1.0.5

License

ISC

Last publish

Collaborators

  • adibiton