ulpDiff

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

template ulpDiff(T)
pure @safe @nogc nothrow
long
ulpDiff
(
in T a
,
in T b
)
if (
isFloatingPoint!T
)

Members

Functions

ulpDiff
long ulpDiff(T a, T b)
Undocumented in source. Be warned that the author may not have intended to support it.

Meta