tolerance

var tolerance: <Error class: unknown class>

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