ApproxMethod

Different methods to check if two floating point values are close to each other.

Values

ValueMeaning
ulp

Unit of Least Precision.

rel

Relative error

ulpAndAbs

ULP, with absolute error

relAndAbs

Relative and absolute error

Meta