PureData CEAMMC web documentation

PureData CEAMMC library web documentation

View on GitHub

Distribution download

index :: math

math.round

round to integral value, regardless of rounding direction

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

example

входы:

выходы:

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

math round

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

Авторы: Serge Poltavsky

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