Description
Returns true if the value is nearly zero
Information
| Plugin | RigVM |
| Category | Math |
| Tags | IsNearlyZero,Is Nearly Zero,AlmostZero,0 |
Inputs
| Name | Description | Permitted Types | Default Value |
|---|---|---|---|
| Value | The input value to check | 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 is nearly zero | bool |