Skip to main content

RPN calculator for CLI

Project description

MIT License Maintainability

RPN Calculator for CLI

Environment

  • Python 2.7

  • Python 3.2 or later

Supported operations

Operation

Distraction

+

Addition

-

Subtraction

*

Multiplication

/

Division

%

Residue

^

Power

Example

Case: 10 * 5 + 2

Pattern 1

$ rpn
> 10
10
> 5*
50
> 2+
52
>

Pattern 2

$ rpn
> 10 5 * 2 +
52
>

Pattern 3

$ rpn -e "10 5 * 2 +"
52

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

rpn_calculator-1.2.1.3.tar.gz (3.9 kB view hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page