approxUlpAndAbs

Compare two data sets with ApproxMethod.ulpAndAbs. That is call scalarApproxUlpAndAbs on each couple of the data sets.

pure @safe @nogc nothrow
alias approxUlpAndAbs = approx!(ApproxMethod.ulpAndAbs)

Meta