PureData CEAMMC web documentation

PureData CEAMMC library web documentation

View on GitHub

Distribution download

index :: math

math.floor

round to largest integral value not greater than x

доступно с версии: 0.1


информация

The floor() functions return the largest integral value less than or equal to x. Special values: floor(+-0) returns +-0. floor(+-infinity) returns +-infinity.

example

входы:

выходы:

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

math floor

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

Авторы: Serge Poltavsky

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