RelativeTolerance


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

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

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