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

https://github.com/rostok2112/libcalc

Simple library with parser of mathematical expressions and operators from string (returns array of tokens with math expressions), translator to RPN and stack calculator. Also this lib contain simple strtok-like wrapper for calculations
https://github.com/rostok2112/libcalc

c library math reverse-polish-notation rpn shunting-yard-algorithm stack-calculator

Last synced: about 2 months ago
JSON representation

Simple library with parser of mathematical expressions and operators from string (returns array of tokens with math expressions), translator to RPN and stack calculator. Also this lib contain simple strtok-like wrapper for calculations

Awesome Lists containing this project