![]() |
ATLAS Offline Software
|
#include <cassert>#include <iostream>#include <cmath>Go to the source code of this file.
Classes | |
| class | Athena_test::TestedValue< T > |
Namespaces | |
| namespace | Athena_test |
| functions & macros to test the difference between floats | |
Macros | |
| #define | VALUE(TESTED) |
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 | ) |