math.sync_le
aliases: [math.<='], [ceammc/<='], [<=']
sync less 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 less or equal second, otherwise 0
type: control
keywords:
math
sync
less
equal
compare
See also:
[math.>=']
Authors: Serge Poltavsky
License: GPL3 or later