reverse-polish

There are 8 repositories under reverse-polish topic.

  • skx/math-compiler

    A simple intel/AMD64 assembly-language compiler for mathematical operations

    Language:Go623177
  • DeanFs/DFEvalKit

    复杂数学表达式计算,包含三目运算识别和计算等

    Language:Objective-C5100
  • wecchi/univesp_com150

    Fundamentos Matemáticos para Computação: matemática discreta e de lógica para computação (lógica formal e lógica de predicados). Noção de complexidade. Técnicas de demonstração direta, demonstração por contraposição e demonstração por absurdo.

    Language:Python2100
  • innershell/glass-rpn-calculator

    Reverse Polish Notation (RPN) engineering calculator recreated in a stylish glassy look. App is a PWA written with pure HTML and JavaScript only (no frameworks or libraries).

    Language:JavaScript1110
  • jwdietrich21/trurl

    TRURL is a Reusable Universal RPN Library. It is a free class library (RPN Engine) as a toolbox for creating desktop calculators with reverse Polish notation (RPN) written in Object Pascal. Additionally, it comes with several ready-to-use calculator apps.

    Language:Pascal1100
  • mivinci/calc

    🧮 A minimal implementation for an integer calculator in pure C.

    Language:C120
  • dplocki/calculator-kata

    The full infix calculator kata, written in Python

    Language:Python0101
  • crespo/reverse-polish-notation

    Simple Reverse Polish Notation calculator. It works with integer numbers only and the basic operators (+, -, *, /). The division result is the integer part of it.

    Language:Python10