floor

Description

Rounds input float numbers down to their nearest integer values (i.e. 5.9 will output 5).

Inputs, output and other parts

Input (stream input) The number that will be rounded down to the nearest whole number.

See also:

round, modulo, floor_jolt