Tolerance


Constant equals to default tolerance for absolute comparison of float numbers.

If FLOAT is float it equals to 0.001f.
If FLOAT is double it equals to 0.000001.
If FLOAT is long double it equals to 0.000001.

template<class FLOAT> constexpr FLOAT Tolerance;
Namespace: ntl
Include: NTL/Core/Consts.h