PureData CEAMMC web documentation

PureData CEAMMC library web documentation

View on GitHub

Distribution download

index :: math

math.round

aliases: [round], [ceammc/round]

round to integral value, regardless of rounding direction

available since version: 0.1


information

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

inlets:

outlets:

keywords:

math round

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

Authors: Serge Poltavsky

License: GPL3 or later