Skip to content
 
 

Latest commit

 

History

28 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CMathParser

A fairly robust mathematics parsing engine for C++ projects which sSupports all standard mathematical operations for integer, decimal (floating point), logic and bitwise.

Other features include ability for the engine to show its work and the support for custom functions and variables using method callbacks. Lots of example included in: Entry.cpp

It addition to the custom functions and variables, thse are built in: ACOS, ASIN, ATAN, ATAN2, LDEXP, SINH, COSH, TANH, LOG, LOG10, EXP, MODPOW, SQRT, POW, FLOOR, CEIL, NOT, AVG, SUM, TAN, ATAN, SIN, COS, ABS.

Basic example usage:

image

Basic example result:

image

image

About

A fairly robust mathematics parsing engine for C++ projects.

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages