approxRel

Compare two data sets with ApproxMethod.rel. That is call scalarApproxRel on each couple of the data sets.

pure @safe @nogc nothrow
alias approxRel = approx!(ApproxMethod.rel)

Meta