This function is used to check a computed value along with its error estimate. It evaluates to the following:
abs(result-expected) <= absError && absError <= max(abs(result*relAccuracy), absAccuracy)
See Implementation
This function is used to check a computed value along with its error estimate. It evaluates to the following: