Function scalarApproxRel

Check whether the relative error between a and b is smaller than maxEps

bool scalarApproxRel(T) (
  in T a,
  in T b,
  in T maxEps = 4 * T.epsilon
)
if (isFloatingPoint!T);