2.1.1 • Published 8 months ago

node_1_pack_vk v2.1.1

Weekly downloads
-
License
ISC
Repository
github
Last release
8 months ago

#README

Description:
The application is developed to calculate values in reverse polish notation and return the result in respectiму type (number, array or string). To get the result you need to call this application with the getPolishReverseRes method and pass two parameters there there:

  • string ro calculate;
  • string with result type ('number'/'string'/'array').

Versioning:
2.1.1 - update README (versioning)
2.1.0 - add array type for result
2.0.0 - add type selection for result (string or number)
1.1.1 - fix console.log for greeting 1.0.1 - update README (add description)

Example
'4 8 6 10 * * 0 11 -' => 1920

2.1.1

8 months ago

2.1.0

8 months ago

2.0.0

8 months ago

1.1.1

8 months ago

1.0.1

8 months ago

1.0.0

8 months ago