math.sync_eq
aliases: [math.=='], [ceammc/=='], [==']
sync equal numbers check
available since version: 0.8
arguments:
- F
second number
type: float
properties:
- @epsilon
Get/set compare epsilon. If not zero calculates expession: -epsilon < abs(A-B) <
+epsilon
type: float
min value: 0
default: 0
inlets:
- set first number, calculate and output result
type: control
- change second number, calculate and output result
type: control
outlets:
- result output: 1 if numbers are equal otherwise 0
type: control
keywords:
math
sync
equal
See also:
[math.!=']
Authors: Serge Poltavsky
License: GPL3 or later