![]() |
NDEVR
API Documentation
|
Turns a particular string into an Equation The String should not contain invalid characters. More...
Static Public Member Functions | |
| static Equation< fltp08 > | solve (const StringView &expression) |
| Parses a mathematical expression string and returns the corresponding Equation. | |
Turns a particular string into an Equation The String should not contain invalid characters.
Definition at line 42 of file EquationSolver.h.
|
static |
Parses a mathematical expression string and returns the corresponding Equation.
| [in] | expression | The string representation of the mathematical expression to solve. |