12#include "MantidKernel/DllConfig.h"
17template <
typename T> MANTID_KERNEL_DLL
bool equals(
const T
x,
const T
y);
19template <
typename T> MANTID_KERNEL_DLL
bool ltEquals(
const T
x,
const T
y);
21template <
typename T> MANTID_KERNEL_DLL
bool gtEquals(
const T
x,
const T
y);
MANTID_KERNEL_DLL bool equals(const T x, const T y)
Test for equality of doubles using compiler-defined precision.
MANTID_KERNEL_DLL bool ltEquals(const T x, const T y)
Test whether x<=y within machine precision.
MANTID_KERNEL_DLL bool gtEquals(const T x, const T y)
Test whether x>=y within machine precision.
Helper class which provides the Collimation Length for SANS instruments.