Boost Matheval
Evaluate mathematical expressions using Boost.Spirit
matheval.hpp File Reference
#include <map>
#include <memory>
#include <string>

Go to the source code of this file.

Data Structures

class  matheval::Parser
 Parse a mathematical expression. More...
 

Namespaces

 matheval
 

Functions

double matheval::parse (std::string const &expr, std::map< std::string, double > const &st=std::map< std::string, double >())
 Convenience function. More...