PureData CEAMMC library web documentation
available since version: 0.1
The ceil() function return the smallest integral value greater than or equal to input value. Special values: ceil(+-0) returns +-0. ceil(+-infinity) returns +-infinity.
See also: [math.floor] [math.round] [math.trunc]
Authors: Serge Poltavsky
License: GPL3 or later