Chebyshev
Unit testing for scientific software
distance.h File Reference

Distance functions. More...

Go to the source code of this file.

Namespaces

 chebyshev
 General namespace of the framework.
 
 chebyshev::prec
 Precision testing module.
 
 chebyshev::prec::distance
 Distance functions for use in prec::equals.
 

Functions

template<typename FloatType = double>
FloatType chebyshev::prec::distance::abs_distance (FloatType a, FloatType b)
 Absolute distance between two real values.
 

Detailed Description

Distance functions.