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 test(const double testDuration)
Tests all math equation functions.
static bool testQuadraticEquation(const double testDuration)
Tests the quadratic equation.
static bool testCubicEquation(const double testDuration)
Tests the qubic equation.
The namespace covering the entire Ocean framework.
Definition Accessor.h:15