Topic: "reverse-polish-calculator"
scivision/rpn-calc-fortran
Fortran 2018 Reverse Polish Notation (RPN) calculator. Over 100 functions not in standard Fortran
Language: Fortran - Size: 1.59 MB - Last synced at: about 1 month ago - Pushed at: 6 months ago - Stars: 24 - Forks: 2

jacobhenn/guac
modal TUI RPN calculator that knows algebra
Language: Rust - Size: 273 KB - Last synced at: over 1 year ago - Pushed at: about 2 years ago - Stars: 6 - Forks: 0

8bitprodigy/nrpnc
Reverse Polish Notation calculator written in Nim.
Language: Nim - Size: 45.9 KB - Last synced at: 19 days ago - Pushed at: 7 months ago - Stars: 5 - Forks: 0

g0sha1337/PolishCalc
Console reverse polish notation calculator using reverse-polish notation and data structures (stack and queue) with support for user-defined variables as the univercuty lab
Language: C - Size: 2.94 MB - Last synced at: about 1 year ago - Pushed at: about 1 year ago - Stars: 4 - Forks: 0

remokasu/stacker
Stacker is a command-line calculator that uses reverse Polish notation (RPN) for mathematical calculations and features an RPN-based scripting language.
Language: Python - Size: 315 KB - Last synced at: about 1 month ago - Pushed at: 2 months ago - Stars: 3 - Forks: 0

65001/AbMath
Math Library
Language: C# - Size: 2.1 MB - Last synced at: 27 days ago - Pushed at: over 2 years ago - Stars: 3 - Forks: 0

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: Pascal - Size: 27.6 MB - Last synced at: 21 days ago - Pushed at: 22 days ago - Stars: 2 - Forks: 1

TLINDEN/rpnc
Programmable command-line calculator using reverse polish notation
Language: Go - Size: 7.23 MB - Last synced at: about 1 month ago - Pushed at: about 1 month ago - Stars: 2 - Forks: 0

DariaClem/Reverse-Polish-notation
Language: Assembly - Size: 192 KB - Last synced at: about 2 years ago - Pushed at: over 2 years ago - Stars: 2 - Forks: 0

geremachek/basil
🌿 no-frills RPN calculator
Language: Go - Size: 69.3 KB - Last synced at: 11 months ago - Pushed at: over 3 years ago - Stars: 2 - Forks: 0

Devwarlt/calclog 📦
Boolean calculator written in C# that implements Djikstra's Shunting Yard algorithm and RPN (reverse polish notation).
Language: C# - Size: 168 KB - Last synced at: about 2 years ago - Pushed at: over 5 years ago - Stars: 2 - Forks: 0

SamuraJey/NodeJS-HW
Репозиторий для задач по курсу "скрипты"
Language: JavaScript - Size: 1.11 MB - Last synced at: 4 months ago - Pushed at: 4 months ago - Stars: 1 - Forks: 0

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: JavaScript - Size: 2.26 MB - Last synced at: 5 months ago - Pushed at: 5 months ago - Stars: 1 - Forks: 0

SelfMadeSystem/rpn-test
Reverse Polish Notation Calculator Test + infix to postfix converter
Language: Rust - Size: 9.77 KB - Last synced at: 2 months ago - Pushed at: over 1 year ago - Stars: 1 - Forks: 0

TheLadyLuthien/HP11C
A simple win32 app that emulates the HP11C calculator and uses Reverse Polish Notation
Language: C++ - Size: 28.4 MB - Last synced at: 4 months ago - Pushed at: over 2 years ago - Stars: 1 - Forks: 1

mivinci/calc
🧮 A minimal implementation for an integer calculator in pure C.
Language: C - Size: 5.86 KB - Last synced at: about 1 month ago - Pushed at: over 4 years ago - Stars: 1 - Forks: 0

ksaveras/math-calculator 📦
Simple math expression parser and a calculator.
Language: PHP - Size: 37.1 KB - Last synced at: 3 days ago - Pushed at: over 4 years ago - Stars: 1 - Forks: 0

neiljohari/csprag-w19-rpn
My work for cspragmatics (EECS 201) Homework 7: Unit Testing and Python
Language: Python - Size: 9.77 KB - Last synced at: about 1 month ago - Pushed at: about 6 years ago - Stars: 1 - Forks: 0

dinoonid/Reverse-Polish-Calculator
Build a Reverse Polish Calculator (RPN) using Vue Js 3 and Composition API
Language: JavaScript - Size: 1.53 MB - Last synced at: 9 months ago - Pushed at: 9 months ago - Stars: 0 - Forks: 0

BnnQ/CalculatorAndroid
Simple Java calculator on Android using RPN
Language: Java - Size: 107 KB - Last synced at: 2 months ago - Pushed at: over 1 year ago - Stars: 0 - Forks: 0

fraserlove/c-lab
A collection of C programs ranging from a reverse polish calculator to a multi-process pipeline.
Language: C - Size: 1.12 MB - Last synced at: over 1 year ago - Pushed at: over 1 year ago - Stars: 0 - Forks: 0

angiee99/lab3
Calculates the result of a mathematical expression using Shunting Yard by turning infix to postfix and evaluating it
Language: C++ - Size: 19.5 KB - Last synced at: almost 2 years ago - Pushed at: almost 2 years ago - Stars: 0 - Forks: 0

maxthielen/reverse-polish-notation
performs calculations using reverse polish notation
Language: C# - Size: 112 KB - Last synced at: almost 2 years ago - Pushed at: almost 2 years ago - Stars: 0 - Forks: 0

Traumatism/amish
Amish is an implentation of a calculator using reverse polish notation in Python !
Language: Python - Size: 1.95 KB - Last synced at: about 2 years ago - Pushed at: about 2 years ago - Stars: 0 - Forks: 0

4Maksio/ReversePolishNotation-ASM-
Language: Assembly - Size: 19.5 KB - Last synced at: about 2 years ago - Pushed at: over 2 years ago - Stars: 0 - Forks: 0

65001/RPN
A simple Reverse Polish Calculator that uses AbMath.
Language: C# - Size: 38.1 KB - Last synced at: almost 2 years ago - Pushed at: over 2 years ago - Stars: 0 - Forks: 0

63rabbits/CalcExpressionByTree
Calculate the expression using expression tree.
Language: C - Size: 5.86 KB - Last synced at: 2 months ago - Pushed at: almost 4 years ago - Stars: 0 - Forks: 0

63rabbits/CalcExpressionByStack
Calculate the expression using reverse polish notation and stack.
Language: C - Size: 10.7 KB - Last synced at: 2 months ago - Pushed at: almost 4 years ago - Stars: 0 - Forks: 0

berkut998/calculator_qt
Simple cross platform calculator using reverse polish notation.
Language: QML - Size: 28.3 KB - Last synced at: 5 months ago - Pushed at: about 4 years ago - Stars: 0 - Forks: 0

avigael/reverse-polish-notation-calculator
A small reverse polish notation calculator written in Rust
Language: Rust - Size: 4.88 KB - Last synced at: over 1 year ago - Pushed at: over 4 years ago - Stars: 0 - Forks: 0

RuslanKovshar/MyIntrerpreter
Interpreter of my language (Course work in university)
Language: Java - Size: 136 KB - Last synced at: about 2 years ago - Pushed at: almost 5 years ago - Stars: 0 - Forks: 0

BeardedFish/RPN-Calculator
Calculator built entirely in Java using the ANSICON library.
Language: Java - Size: 126 KB - Last synced at: 3 months ago - Pushed at: about 5 years ago - Stars: 0 - Forks: 0

KonyshevArtem/targem-task
Тестовое задание на должность "Программист игровой логики C# (Unity)" в Targem Games
Size: 55.7 KB - Last synced at: 2 months ago - Pushed at: almost 6 years ago - Stars: 0 - Forks: 0

vsharkovski/Calculator
A C++ calculator that can parse expressions with parentheses, operators, functions and constants.
Language: C++ - Size: 503 KB - Last synced at: about 2 years ago - Pushed at: about 6 years ago - Stars: 0 - Forks: 0

uskovboris/GraficDrawer
Simle tool for drawing 2D graphics of function specified in the formula way
Language: Pascal - Size: 491 KB - Last synced at: over 1 year ago - Pushed at: over 6 years ago - Stars: 0 - Forks: 0

ivankozlovcodes/interpreter101
Expression evaluator.
Language: TeX - Size: 1.14 MB - Last synced at: about 2 years ago - Pushed at: over 6 years ago - Stars: 0 - Forks: 0
