From 0656e254a7a72e39a23fdc22c1b21e1efb50cff9 Mon Sep 17 00:00:00 2001
From: Bill Wendling
+-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(x) is the distance between the two non-equal finite -floating-point numbers nearest x. Moreover, ulp(NaN) is NaN. -
+ +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(x) is the + distance between the two non-equal finite floating-point numbers nearest + x. Moreover, ulp(NaN) is NaN.
+ +
The maximum relative error may be any rational number. The metadata node shall consist of a pair of unsigned integers respectively representing -- cgit v1.1