approxUlp

Compare two data sets with ApproxMethod.ulp. That is call scalarApproxUlp on each couple of the data sets.

pure @safe @nogc nothrow
alias approxUlp = approx!(ApproxMethod.ulp)

Meta