Are Equal (vuo.math.areEqual)

Outputs true if all terms are close to equal.

If there are no terms, outputs true.

tolerance is the maximum amount by which any two terms can differ to still be considered equal. Because calculations on a computer are often inexact due to rounding errors, if working with real numbers, you would typically want to make tolerance greater than 0.

Keywords: ==, approximate, compare, conditional, equivalent, identical, match, same, tolerance


Back to vuo.math node set documentation.