approxRelAndAbs

Compare two data sets with ApproxMethod.relAndAbs. That is call scalarApproxRelAndAbs on each couple of the data sets.

pure @safe @nogc nothrow
alias approxRelAndAbs = approx!(ApproxMethod.relAndAbs)

Meta