8#ifndef META_OCEAN_TEST_TESTMATH_APPROXIMATION_H
9#define META_OCEAN_TEST_TESTMATH_APPROXIMATION_H
75 template <
typename T,
bool tHigherAccuracy>
76 static bool testExp(
const double testDuration);
This class implements a test of the approximation functions.
Definition TestApproximation.h:29
static bool testSqrt16(const double testDuration)
Tests the sqrt function for 16 bit integer values.
static bool testSqrt8(const double testDuration)
Tests the sqrt function for 8 bit integer values.
static bool test(const double testDuration, const TestSelector &selector)
Tests all approximation functions.
static bool testSqrt17(const double testDuration)
Tests the sqrt function for 17 bit integer values.
static bool validateAtan2(const double testDuration)
Validates the arc tangent function.
static bool testAtan2(const double testDuration)
Tests the arc tangent function.
static bool testExp(const double testDuration)
Tests the exponential function exp(x) = e^x.
This class implements a test selector that parses test function strings and determines which tests sh...
Definition TestSelector.h:51
The namespace covering the entire Ocean framework.
Definition Accessor.h:15