Skip to content

Calculator based on the reverse polish notation program in Bash.

License

Notifications You must be signed in to change notification settings

JorgePRamos/Reverse_Polish_Calculator

Repository files navigation

Calculadora Polaca Inversa

Operandos: suma (+), resta (-), multiplicación (*), división (/), módulo (MOD), potencia (^), raíz cuadrada (SQR), factorial (!), impresión (PRINT)
REQUISITOS:

  • Toda expresion debe acabar con un PRINT, de lo contrario se producirá un error.
  • Separación entre operandos '\b'

About

Calculator based on the reverse polish notation program in Bash.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages