8 #ifndef META_OCEAN_TEST_TESTMATH_EQUATION_H
9 #define META_OCEAN_TEST_TESTMATH_EQUATION_H
35 static bool test(
const double testDuration);
This class implements a math equation test.
Definition: TestEquation.h:27
static bool testLinearEquation(const double testDuration)
Tests the linear equation.
static bool testQuarticEquation(const double testDuration)
Tests the quartic equation.
static bool testCubicEquation(const double testDuration)
Tests the qubic equation.
static bool testQuadraticEquation(const double testDuration)
Tests the quadratic equation.
static double validateQuadraticEquation(const double testDuration)
Validates the quadratic equation.
static double validateQuarticEquation(const double testDuration)
Validates the quartic equation.
static double validateCubicEquation(const double testDuration)
Validates the cubic equation.
static bool test(const double testDuration)
Tests all math equation functions.
static double validateLinearEquation(const double testDuration)
Validates the linear equation.
The namespace covering the entire Ocean framework.
Definition: Accessor.h:15