1.0.5 • Published 7 years ago

rev-polish-notation v1.0.5

Weekly downloads
1
License
ISC
Repository
-
Last release
7 years ago

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

1.0.5

7 years ago

1.0.4

7 years ago

1.0.3

7 years ago

1.0.2

7 years ago

1.0.1

7 years ago

1.0.0

7 years ago