8 #ifndef META_OCEAN_TEST_TESTMATH_APPROXIMATION_H
9 #define META_OCEAN_TEST_TESTMATH_APPROXIMATION_H
35 static bool test(
const double testDuration);
72 template <
typename T,
bool tHigherAccuracy>
73 static bool testExp(
const double testDuration);
This class implements a test of the approximation functions.
Definition: TestApproximation.h:27
static bool test(const double testDuration)
Tests all approximation functions.
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 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.
The namespace covering the entire Ocean framework.
Definition: Accessor.h:15