math.sync_ge
aliases: [math.>='], [ceammc/>='], [>=']
sync greater equal numbers compare
available since version: 0.8
arguments:
- F
second number
type: float
inlets:
- set first number, calculate and output result
type: control
- change second number, calculate and output result
type: control
outlets:
- result output: 1 if first number is greater or equal second, otherwise 0
type: control
keywords:
math
sync
greater
equal
compare
See also:
[math.<=']
Authors: Serge Poltavsky
License: GPL3 or later