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

available since version: 0.1


information

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

inlets:

outlets:

keywords:

math floor

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

Authors: Serge Poltavsky

License: GPL3 or later