What is ULP?
The maximum relative error is defined as ulp (units in the last place).
The ULP is defined as follows:
If x is a real number that lies between two finite consecutive
floating-point numbers a and b, without being equal to one of them,
then ulp(x) = |b - a|, otherwise ulp …