functioncompareReal
Compares two Reals, and checks if they are close enough to be considered equal
Inputs
| Type | Name | Default | Description |
|---|---|---|---|
| Real | a | ||
| Real | b | ||
| Real | absTol | 1e-10 | Absolute tolerance |
| Real | relTol | 1e-5 | Relative tolerance |
Outputs
| Type | Name | Default | Description |
|---|---|---|---|
| Boolean | notEqual | true if not equal | |
| Boolean | incr | true if the change is incremental |