equal
deleted
inserted
replaced
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> |