33#include <NDEVR/Equation.h>
A solvable mathematical formula composed of variables, numbers, and operations.
Turns a particular string into an Equation The String should not contain invalid characters.
static Equation< fltp08 > solve(const StringView &expression)
Parses a mathematical expression string and returns the corresponding Equation.
The core String View class for the NDEVR API.
The core String class for the NDEVR API.
The primary namespace for the NDEVR SDK.
uint32_t uint04
-Defines an alias representing a 4 byte, unsigned integer -Can represent exact integer values 0 throu...