Mantid
|
#include "MantidKernel/DllConfig.h"
Go to the source code of this file.
Namespaces | |
namespace | Mantid |
Helper class which provides the Collimation Length for SANS instruments. | |
namespace | Mantid::Kernel |
Functions | |
template<typename T > | |
MANTID_KERNEL_DLL bool | Mantid::Kernel::equals (const T x, const T y) |
Test for equality of doubles using compiler-defined precision. More... | |
template<typename T > | |
MANTID_KERNEL_DLL bool | Mantid::Kernel::gtEquals (const T x, const T y) |
Test whether x>=y within machine precision. More... | |
template<typename T > | |
MANTID_KERNEL_DLL bool | Mantid::Kernel::ltEquals (const T x, const T y) |
Test whether x<=y within machine precision. More... | |