PureData CEAMMC library web documentation
доступно с версии: 0.1
The round() functions return the integral value nearest to x rounding half-way cases away from zero, regardless of the current rounding direction. Special values: round(+-0) returns +-0. round(+-infinity) returns +-infinity.
Смотрите также: [math.ceil] [math.floor] [math.trunc]
Авторы: Serge Poltavsky
Лицензия: GPL3 or later