PureData CEAMMC library web documentation
aliases: [round], [ceammc/round]
available since version: 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.
See also: [math.ceil] [math.floor] [math.trunc]
Authors: Serge Poltavsky
License: GPL3 or later