Page logoMath sketchbook

Documentation for floor

Signature

floor(x)

Description

The floor() function calculates the largest integer that is less than or equal to a given number.

Variants

  • floor(scalar) -> scalar

Examples

See also