... | ... | @@ -19,7 +19,7 @@ The field `"tolerance": [float]` contains the maximum-allowed difference between |
|
|
|
|
|
##### "method": "relative"
|
|
|
|
|
|
This method compares the relative difference between two values: $| (test-base) / base | <= tolerance $ or `|(test-base)/test| <= tolerance` if `base=0`. The field `"tolerance": [float]` contains the maximum-allowed difference.
|
|
|
This method compares the relative difference between two values: $$| (test-base) / base | <= tolerance$$ or `|(test-base)/test| <= tolerance` if `base=0`. The field `"tolerance": [float]` contains the maximum-allowed difference.
|
|
|
|
|
|
##### "method": "power"
|
|
|
|
... | ... | |