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