PureData CEAMMC web documentation

PureData CEAMMC library web documentation

View on GitHub

Distribution download

index :: math

math.ceil

round to smallest integral value not less than input value

available since version: 0.1


information

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.

example

inlets:

outlets:

keywords:

math ceil

See also: [math.floor] [math.round] [math.trunc]

Authors: Serge Poltavsky

License: GPL3 or later