An open API service indexing awesome lists of open source software.

https://github.com/killerasus/rpnsharpcalculator

A RPN (reverse polish notation) calculator in C# and GTK#
https://github.com/killerasus/rpnsharpcalculator

c-sharp calculator gtk-sharp rpn

Last synced: 5 days ago
JSON representation

A RPN (reverse polish notation) calculator in C# and GTK#

Awesome Lists containing this project

README

          

# RPNSharpCalculator
A [RPN][Wikipedia:RPN] (reverse polish notation) calculator in C# and GTK#

[![Build status](https://ci.appveyor.com/api/projects/status/2kopu22i6twme6it?svg=true)](https://ci.appveyor.com/project/killerasus/rpnsharpcalculator)

This project uses NuGet to manage dependency packages.

[Wikipedia:RPN]: (https://en.wikipedia.org/wiki/Reverse_Polish_notation)