- d
- the floating-point value to compute ulp of.
Documentation for this section has not yet been entered.
Returns the argument's ulp (unit in the last place). The size of a ulp of a double value is the positive distance between this value and the double value next larger in magnitude. For non-NaN x, ulp(-x) == ulp(x).
Special cases: