|
Chebyshev
Unit testing for scientific software
|
Distance functions. More...
Go to the source code of this file.
Namespaces | |
| namespace | chebyshev |
| General namespace of the framework. | |
| namespace | chebyshev::prec::distance |
| Distance functions for use in prec::equals. | |
Functions | |
| template<typename Type > | |
| Type | chebyshev::_internal::abs (Type x) |
| template<typename Type = real_t> | |
| Type | chebyshev::prec::distance::abs_distance (Type a, Type b) |
| Absolute distance between two real values. | |
Distance functions.