Function ulpDiff

Compute the ULP difference between two floating point numbers Negative result indicates that b has higher ULP value than a.

long ulpDiff(T) (
  in T a,
  in T b
)
if (isFloatingPoint!T);