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

доступно с версии: 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.

example

входы:

выходы:

ключевые слова:

math ceil

Смотрите также: [math.floor] [math.round] [math.trunc]

Авторы: Serge Poltavsky

Лицензия: GPL3 or later