The relative and absolute tolerance for eq/neq. This is implemented similar to numpy: absolute(a - b) <= (atol + rtol * absolute(b))
absolute(a - b) <= (atol + rtol * absolute(b))
1.2.2