ATLAS Offline Software
|
#include <cassert>
#include <iostream>
#include <cmath>
Go to the source code of this file.
Classes | |
class | Athena_test::TestedValue< T > |
Namespaces | |
Athena_test | |
functions & macros to test the difference between floats | |
Macros | |
#define | VALUE(TESTED) Athena_test::TestedValue<decltype(TESTED)>(TESTED, __FILE__, __LINE__). |
Functions | |
template<typename T > | |
bool | Athena_test::cmp_eq (T a, T b) |
template<> | |
bool | Athena_test::cmp_eq< float > (float a, float b) |
template<> | |
bool | Athena_test::cmp_eq< double > (double a, double b) |
#define VALUE | ( | TESTED | ) | Athena_test::TestedValue<decltype(TESTED)>(TESTED, __FILE__, __LINE__). |