math.sync_ne
aliases: [math.!='], [ceammc/!='], [!=']
sync numbers for not equality
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 not equal otherwise 0
type: control
keywords:
math
sync
not
equal
See also:
[math.==']
Authors: Serge Poltavsky
License: GPL3 or later