Description
Returns true if the value A is almost equal to B Returns true if value A is almost equal to B
Information
| Plugin | RigVM |
| Category | Math |
| Tags | IsNearlyEqual,Is Nearly Equal,AlmostEqual,== |
Inputs
| Name | Description | Permitted Types | Default Value |
|---|---|---|---|
| A | The first value to compare | float double Vector |
0.000000 |
| B | The second value to compare | float double Vector |
0.000000 |
| Tolerance | The tolerance to apply for the comparison | float double |
0.000000 |
Outputs
| Name | Description | Permitted Types | Default Value |
|---|---|---|---|
| Result | True if the value A is almost equal to B | bool |