33#include <NDEVR/Equation.h>
Stores in a compressed way, a formula that can be solved. A formula is made of up variables,...
Definition Equation.h:45
Turns a particular string into an Equation The String should not contain invalid characters.
Definition EquationSolver.h:42
static Equation< fltp08 > solve(const String &expression)
The core String class for the NDEVR API.
Definition String.h:69
uint32_t uint04
-Defines an alias representing a 4 byte, unsigned integer -Can represent exact integer values 0 throu...
Definition BaseValues.hpp:96