Skip to content

omaraflak/Math-Expression-Parser

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Math Expression Parser

Parse and evaluate math expression.

std::cout << Processor::evaluate("x^2 + exp(y)", {{"x", 3}, {"y", 2}}) << std::endl;

About

Math expression parser.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published