Floor and ceiling functions


In mathematics and computer science, the floor function is the function that takes as input a real number and gives as output the greatest integer less than or equal to, denoted. Similarly, the ceiling function maps to the least integer greater than or equal to, denoted.
For example, and while.
The integral part or integer part of, often denoted is if is nonnegative, and otherwise. In words, this is the integer that has the largest absolute value less than or equal to the absolute value of.

Notation

The notion of the integral part or integer part of x was first introduced by Adrien-Marie Legendre under the name partie entière in 1798, when he needed the concept for his proof of the Legendre's formula.
Carl Friedrich Gauss introduced the square bracket notation in his third proof of quadratic reciprocity.
This remained the standard in mathematics until Kenneth E. Iverson introduced the names "floor" and "ceiling" and the corresponding notations and in his 1962 book A Programming Language. Both notations are now used in mathematics; this article follows Iverson.
In mathematics, the floor function can also be written with boldface or double brackets. The ceiling function has another notation with reversed boldface or double brackets or just using normal reversed brackets ]x.
For negative values of x, the terms integral part or integer part of x are sometimes instead taken to be the value of the ceiling function, i.e., the value of x rounded to an integer towards 0. [The language
APL uses ⌊x; other computer languages commonly use notations like entier, INT, or floor.
The ceiling function is usually denoted by ceil or less commonly ceiling in non-APL computer languages that have a notation for this function. The J Programming Language, a follow on to APL that is designed to use standard keyboard symbols, uses >. for ceiling and <. for floor.
The fractional part is the sawtooth function, denoted by for real x and defined by the formula
For all x,

Examples

Typesetting

The floor and ceiling functions are usually typeset with left and right square brackets where the upper or lower horizontal bars are missing. These characters are provided in Unicode:
In the LaTeX typesetting system these symbols can be specified with the and commands in math mode.

Definition and properties

In the following formulas, x and y are real numbers, k, m, and n are integers, and is the set of integers.
Floor and ceiling may be defined by the set equations
Since there is exactly one integer in a half-open interval of length one, for any real x there are unique integers m and n satisfying
Then and
may also be taken as the definition of floor and ceiling.

Equivalences

These formulas can be used to simplify expressions involving floors and ceilings.
In the language of order theory, the floor function is a residuated mapping, that is, part of a Galois connection: it is the upper adjoint of the function that embeds the integers into the reals.
These formulas show how adding integers to the arguments affect the functions:
The above are never true if n is not an integer; however, for every, the following inequalities hold:

Relations among the functions

It is clear from the definitions that
In fact, for integers n both floor and ceiling functions are the identity:
Negating the argument switches floor and ceiling and changes the sign:
and:
Negating the argument complements the fractional part:
The floor, ceiling, and fractional part functions are idempotent:
The result of nested floor or ceiling functions is the innermost function:
due to the identity property for integers.

Quotients

If m and n are integers and n ≠ 0,
If n is a positive integer
If m is positive
For m = 2 these imply
More generally, for positive m
The following can be used to convert floors to ceilings and vice versa
For all m and n strictly positive integers:
which, for positive and coprime m and n, reduces to
Since the right-hand side of the general case is symmetrical in m and n, this implies that
More generally, if m and n are positive,
This is sometimes called a [|reciprocity law].

Nested divisions

For positive integer n, and arbitrary real numbers m,x:

Continuity and series expansions

None of the functions discussed in this article are continuous, but all are piecewise linear: the functions,, and have discontinuities at the integers.
is upper semi-continuous and and are lower semi-continuous.
Since none of the functions discussed in this article are continuous, none of them have a power series expansion. Since floor and ceiling are not periodic, they do not have uniformly convergent Fourier series expansions. The fractional part function has Fourier series expansion
for not an integer.
At points of discontinuity, a Fourier series converges to a value that is the average of its limits on the left and the right, unlike the floor, ceiling and fractional part functions: for y fixed and x a multiple of y the Fourier series given converges to y/2, rather than to x mod y = 0. At points of continuity the series converges to the true value.
Using the formula floor = x − gives
for not an integer.

Applications

Mod operator

For an integer x and a positive integer y, the modulo operation, denoted by x mod y, gives the value of the remainder when x is divided by y. This definition can be extended to real x and y, y ≠ 0, by the formula
Then it follows from the definition of floor function that this extended operation satisfies many natural properties. Notably, x mod y is always between 0 and y, i.e.,
if y is positive,
and if y is negative,

Quadratic reciprocity

Gauss's third proof of quadratic reciprocity, as modified by Eisenstein, has two basic steps.
Let p and q be distinct positive odd prime numbers, and let
First, Gauss's lemma is used to show that the Legendre symbols are given by
and
The second step is to use a geometric argument to show that
Combining these formulas gives quadratic reciprocity in the form
There are formulas that use floor to express the quadratic character of small numbers mod odd primes p:

Rounding

For an arbitrary real number, rounding to the nearest integer with tie breaking towards positive infinity is given by ; rounding towards negative infinity is given as.
If tie-breaking is away from 0, then the rounding function is, and rounding towards even, as is usual in the nearest integer function, can be expressed with the more cumbersome, which is the above expression for rounding towards positive infinity minus an integrality indicator for.

Truncation

The truncation of a positive number is given by The truncation of a negative number is given by. Obviously the truncation of is itself.
The truncation of any real number can be given by:, where sgn is the sign function.

Number of digits

The number of digits in base b of a positive integer k is

Factors of factorials

Let n be a positive integer and p a positive prime number. The exponent of the highest power of p that divides n! is given by a version of Legendre's formula
where is the way of writing n in base p. This is a finite sum, since the floors are zero when pk > n.

Beatty sequence

The Beatty sequence shows how every positive irrational number gives rise to a partition of the natural numbers into two sequences via the floor function.

Euler's constant (γ)

There are formulas for Euler's constant γ = 0.57721 56649... that involve the floor and ceiling, e.g.
and

Riemann function (ζ)

The fractional part function also shows up in integral representations of the Riemann zeta function. It is straightforward to prove that if is any function with a continuous derivative in the closed interval ,
Letting for real part of s greater than 1 and letting a and b be integers, and letting b approach infinity gives
This formula is valid for all s with real part greater than −1, and combined with the Fourier expansion for can be used to extend the zeta function to the entire complex plane and to prove its functional equation.
For s = σ + it in the critical strip 0 < σ < 1,
In 1947 van der Pol used this representation to construct an analogue computer for finding roots of the zeta function.

Formulas for prime numbers

The floor function appears in several formulas characterizing prime numbers. For example, since is equal to 1 if m divides n, and to 0 otherwise, it follows that a positive integer n is a prime if and only if
One may also give formulas for producing the prime numbers. For example, let pn be the nth prime, and for any integer r > 1, define the real number α by the sum
Then
A similar result is that there is a number θ = 1.3064... with the property that
are all prime.
There is also a number ω = 1.9287800... with the property that
are all prime.
Let be the number of primes less than or equal to x. It is a straightforward deduction from Wilson's theorem that
Also, if n ≥ 2,
None of the formulas in this section are of any practical use.

Solved problems

submitted these problems to the Journal of the Indian Mathematical Society.
If n is a positive integer, prove that


Unsolved problem

The study of Waring's problem has led to an unsolved problem:
Are there any positive integers k ≥ 6 such that
Mahler has proved there can only be a finite number of such k; none are known.

Computer implementations

In most programming languages, the simplest method to convert a floating point number to an integer does not do floor or ceiling, but truncation. This is historical, as the first machines used ones' complement and truncation was simpler to implement. FORTRAN was defined to require this behavior and thus almost all processors implement conversion this way. Some consider this to be an unfortunate historical design decision that has led to bugs handling negative offsets and graphics on the negative side of the origin.
A bit-wise right-shift of a signed integer by is the same as. Division by a power of 2 is often written as a right-shift, not for optimization as might be assumed, but because the floor of negative results is required. Assuming such shifts are "premature optimization" and replacing them with division can break software.
Many programming languages provide standard functions for floor and ceiling, usually called floor and ceil.

Spreadsheet software

Most spreadsheet programs support some form of a ceiling function. Although the details differ between programs, most implementations support a second parameter—a multiple of which the given number is to be rounded to. For example, ceiling rounds 2 up to the nearest multiple of 3, giving 3. The definition of what "round up" means, however, differs from program to program.
Until Excel 2010, Microsoft Excel's ceiling function was incorrect for negative arguments; ceiling was −5. This has followed through to the Office Open XML file format. Excel 2010 now follows the standard definition. Meanwhile, its roundup function continues to round away from zero.
The OpenDocument file format, as used by OpenOffice.org, Libreoffice and others, follows the mathematical definition of ceiling for its ceiling function, with an optional parameter for Excel compatibility. For example, CEILING returns −4.