lemon/tolerance.h
changeset 1955 daca31868d70
parent 1897 dd90f57b01d1
child 1956 a055123339d5
equal deleted inserted replaced
2:b58228839da0 3:fb9b17263312
    37   ///Tolerance is a class to provide a basic way to
    37   ///Tolerance is a class to provide a basic way to
    38   ///handle the comparison of numbers that are obtained
    38   ///handle the comparison of numbers that are obtained
    39   ///as a result of a probably inexact computation.
    39   ///as a result of a probably inexact computation.
    40   ///
    40   ///
    41   ///This is an abstract class, it should be specialized for all numerical
    41   ///This is an abstract class, it should be specialized for all numerical
    42   ///data types. These specialized classes like \ref Tolerance<double>
    42   ///data types. These specialized classes like \ref Tolerance\<double\>
    43   ///may offer additional tuning parameters.
    43   ///may offer additional tuning parameters.
    44   ///
    44   ///
    45   ///\sa Tolerance<float>
    45   ///\sa Tolerance<float>
    46   ///\sa Tolerance<double>
    46   ///\sa Tolerance<double>
    47   ///\sa Tolerance<long double>
    47   ///\sa Tolerance<long double>