0.01
Check whether a test value is approximately equal to a reference value.
Floating point values are compared as: |test - ref| / ref < tol Complex values are tested component-wise. Other types are tested for equality.