math.sync_mod
aliases: [math.%'], [ceammc/%'], [%']
sync remainder of modulo division (float or integer)
available since version: 0.8
on division by zero outputs nothing: just put error message into console
arguments:
- DIV
modulo divisor
type: float
properties:
- @int (initonly)
Get/set operate on integers only
type: flag
default: 0
inlets:
- set modulo divident, calculate and output remainder
type: control
- change divisor, calculate and output result
type: control
outlets:
- remainder signed as first number
type: control
keywords:
math
modulo
sync
See also:
[math.sync_div]
Authors: Serge Poltavsky
License: GPL3 or later