Skip to content

Equal Float

Purpose of the Node

The Equal Float node is used to compare two floating-point numbers (floats) and determine if they are equal within a specified tolerance. This is particularly useful when dealing with floating-point precision issues where exact equality might not be feasible.

Pins

Pin NamePin DescriptionPin TypeValue Type
Float 1The first float to be compared.FloatNumber
Float 2The second float to be compared.FloatNumber
ToleranceThe tolerance value within which the floats are considered equal.FloatNumber
Is EqualThe output boolean indicating whether the two floats are equal within the specified tolerance.BooleanNormal