FloorFunktion
FloorFunktion, commonly denoted ⌊x⌋ and also called the floor function, maps a real number x to the greatest integer less than or equal to x. In formal terms, ⌊x⌋ ∈ Z and ⌊x⌋ ≤ x < ⌊x⌋ + 1. Equivalently, ⌊x⌋ = max{ n ∈ Z | n ≤ x }. Examples: ⌊3.7⌋ = 3, ⌊-2.4⌋ = -3.
Its domain is the real numbers and its range is the integers. The floor function is nondecreasing
Relation to other functions: ⌈x⌉ = -⌊-x⌋ connects the floor and ceiling functions. For positive values, floor
Graphically, the FloorFunktion is a right-continuous step function with horizontal segments on intervals [n, n+1) for