reverse-polish
There are 8 repositories under reverse-polish topic.
skx/math-compiler
A simple intel/AMD64 assembly-language compiler for mathematical operations
DeanFs/DFEvalKit
复杂数学表达式计算,包含三目运算识别和计算等
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.
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).
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.
mivinci/calc
🧮 A minimal implementation for an integer calculator in pure C.
dplocki/calculator-kata
The full infix calculator kata, written in Python
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.