Chebyshev
Unit testing for scientific software
Loading...
Searching...
No Matches
distance.h File Reference

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 = double>
Type chebyshev::prec::distance::abs_distance (Type a, Type b)
 Absolute distance between two real values.
 

Detailed Description

Distance functions.