PureData CEAMMC library web documentation
available since version: 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.
See also: [math.ceil] [math.round] [math.trunc]
Authors: Serge Poltavsky
License: GPL3 or later