Functions |
The floor function assigns to the real number x the largest integer that is less than or equal to x. It is denoted with x
.
The ceiling function assigns to the real number x the smallest integer that is greater than or equal to x. It is denoted with x
.
Note that both of these functions map the reals to the integers:
x
:R
Z,
x
:R
Z.
Question: Are these functions