arithmetic-expressions
There are 8 repositories under arithmetic-expressions topic.
arasgungore/integral-calculator
A C project which can calculate the definite integral of real functions using Newton-Cotes quadrature formulas.
honoyr/AbstractVM
AbstractVM is a virtual machine that uses a stack to compute arithmetic expressions between values with different types (int8, int16, int32, float, double) These arithmetic expressions are provided to the machine as basic assembly commands.
0x1000000/Expressions
Abstract Syntax Tree Models for basic arithmetic expressions.
nafisalawalidris/Tools-for-Data-Science
It covers popular languages (Python, R, SQL) and libraries (NumPy, Pandas) used in the field. The author shares their objectives of teaching data analysis, web development, and critical thinking skills. The repository also includes code examples, explanations of arithmetic expressions, and contact information for the author.
TimosPal/Arithmetic-expression-parser
Recursive descent parser for arithmetic expressions.
mdmubin/math-interpreter
A Math Interpreter, written in Java, that can evaluate simple Arithmetic Expressions
dolovnyak/Abstract-VM
This program provide a stack to compute simple arithmetic expressions.
timmyjose-compilers/pratt-parser-cpp
Pratt parser and evaluator for arithmetic expressions in C++.