NDEVR
API Documentation
StatementParser

Turns a particular string into an Equation The String should not contain invalid characters. More...

Static Public Member Functions

static Equation< fltp08solve (const StringView &expression)
 Parses a mathematical expression string and returns the corresponding Equation.

Detailed Description

Turns a particular string into an Equation The String should not contain invalid characters.


Definition at line 42 of file EquationSolver.h.

Member Function Documentation

◆ solve()

Equation< fltp08 > StatementParser::solve ( const StringView & expression)
static

Parses a mathematical expression string and returns the corresponding Equation.

Parameters
[in]expressionThe string representation of the mathematical expression to solve.
Returns
An Equation<fltp08> representing the parsed expression.

The documentation for this class was generated from the following file: