Floor and ceiling functions
{{Short description|Nearest integers from a number}}
{{Use dmy dates|date=May 2023}}
{{multiple image
| align = right
| direction = vertical
| header = Floor and ceiling functions
| width = 200
| image1 = Floor function.svg
| caption1 = Floor function
| image2 = Ceiling function.svg
| caption2 = Ceiling function
}}
In mathematics, the floor function is the function that takes as input a real number {{mvar|x}}, and gives as output the greatest integer less than or equal to {{mvar|x}}, denoted {{math|⌊x⌋}} or {{math|floor(x)}}. Similarly, the ceiling function maps {{mvar|x}} to the least integer greater than or equal to {{math|x}}, denoted {{math|⌈x⌉}} or {{math|ceil(x)}}.Graham, Knuth, & Patashnik, Ch. 3.1
For example, for floor: {{math|⌊2.4⌋ {{=}} 2}}, {{math|⌊−2.4⌋ {{=}} −3}}, and for ceiling: {{math|⌈2.4⌉ {{=}} 3}}, and {{math|⌈−2.4⌉ {{=}} −2}}.
The floor of {{mvar|x}} is also called the integral part, integer part, greatest integer, or entier of {{mvar|x}}, and was historically denoted {{math|[x]}} (among other notations).
1) Luke Heaton, A Brief History of Mathematical Thought, 2015, {{isbn|1472117158}} (n.p.)
2) Albert A. Blank et al., Calculus: Differential Calculus, 1968, p. 259
3) John W. Warris, Horst Stocker, Handbook of mathematics and computational science, 1998, {{isbn|0387947469}}, p. 151
However, the same term, integer part, is also used for truncation towards zero, which differs from the floor function for negative numbers.
For an integer {{mvar|n}}, {{math|⌊n⌋ {{=}} ⌈n⌉ {{=}} n}}.
Although {{math|floor(x + 1)}} and {{math|ceil(x)}} produce graphs that appear exactly alike, they are not the same when the value of {{mvar|x}} is an exact integer. For example, when {{math|x {{=}} 2.0001}}, {{math|⌊2.0001 + 1⌋ {{=}} ⌈2.0001⌉ {{=}} 3}}. However, if {{math|x {{=}} 2}}, then {{math|⌊2 + 1⌋ {{=}} 3}}, while {{math|⌈2⌉ {{=}} 2}}.
class="wikitable" title
|+Examples ! x ! Floor {{math|⌊x⌋}} ! Ceiling {{math|⌈x⌉}} ! Fractional part {{math|{x} }} |
2
| 2 | 2 | 0 |
---|
2.0001
| 2 | 3 | 0.0001 |
2.4
| 2 | 3 | 0.4 |
2.9
| 2 | 3 | 0.9 |
2.999
| 2 | 3 | 0.999 |
−2.7
| −3 | −2 | 0.3 |
−2
| −2 | −2 | 0 |
Notation
The integral part or integer part of a number ({{lang|fr|partie entière}} in the original) was first defined in 1798 by Adrien-Marie Legendre in his proof of the Legendre's formula.
Carl Friedrich Gauss introduced the square bracket notation {{math|[x]}} in his third proof of quadratic reciprocity (1808).Lemmermeyer, pp. 10, 23. This remained the standarde.g. Cassels, Hardy & Wright, and Ribenboim use Gauss's notation. Graham, Knuth & Patashnik, and Crandall & Pomerance use Iverson's. in mathematics until Kenneth E. Iverson introduced, in his 1962 book A Programming Language, the names "floor" and "ceiling" and the corresponding notations {{math|⌊x⌋}} and {{math|⌈x⌉}}.Iverson, p. 12.Higham, p. 25. (Iverson used square brackets for a different purpose, the Iverson bracket notation.) Both notations are now used in mathematics, although Iverson's notation will be followed in this article.
In some sources, boldface or double brackets {{math|⟦x⟧}} are used for floor, and reversed brackets {{math|⟧x⟦}} or {{math|]x[}} for ceiling.[http://www.mathwords.com/f/floor_function.htm Mathwords: Floor Function].[http://www.mathwords.com/c/ceiling_function.htm Mathwords: Ceiling Function]
The fractional part is the sawtooth function, denoted by {{math|{x} }} for real {{mvar|x}} and defined by the formula
:{{math|1={x} = x − ⌊x⌋}}Graham, Knuth, & Patashnik, p. 70.
For all x,
:{{math|1=0 ≤ {x} < 1}}.
These characters are provided in Unicode:
- {{unichar|2308|LEFT CEILING|html=}}
- {{unichar|2309|RIGHT CEILING|html=}}
- {{unichar|230A|LEFT FLOOR|html=}}
- {{unichar|230B|RIGHT FLOOR|html=}}
In the LaTeX typesetting system, these symbols can be specified with the {{mono|\lceil, \rceil, \lfloor, }}
and {{mono|\rfloor}}
commands in math mode. LaTeX has supported UTF-8 since 2018, so the Unicode characters can now be used directly.{{cite web |url=https://www.latex-project.org/news/latex2e-news/ltnews28.pdf |title=LaTeX News, Issue 28 |date=Apr 2018 |publisher=The LaTeX Project |format=PDF; 379 KB |access-date=2024-07-27}} Larger versions are{{mono|\left\lceil, \right\rceil, \left\lfloor,}}
and {{mono|\right\rfloor}}
.
Definition and properties
Given real numbers x and y, integers m and n and the set of integers , floor and ceiling may be defined by the equations
:
:
Since there is exactly one integer in a half-open interval of length one, for any real number x, there are unique integers m and n satisfying the equation
:
where 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.Graham, Knuth, & Patashink, Ch. 3
:
\begin{alignat}{3}
\lfloor x \rfloor &= m \ \ &&\mbox{ if and only if } &m &\le x < m+1,\\
\lceil x \rceil &= n &&\mbox{ if and only if } &\ \ n -1 &< x \le n,\\
\lfloor x \rfloor &= m &&\mbox{ if and only if } &x-1 &< m \le x,\\
\lceil x \rceil &= n &&\mbox{ if and only if } &x &\le n < x+1.
\end{alignat}
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.
:
\begin{align}
x n x\le n &\;\;\mbox{ if and only if } &\lceil x \rceil &\le n, \\ n\le x &\;\;\mbox{ if and only if } &n &\le \lfloor x \rfloor. \end{align} These formulas show how adding an integer {{mvar|n}} to the arguments affects the functions: : \begin{align} \lfloor x+n \rfloor &= \lfloor x \rfloor+n,\\ \lceil x+n \rceil &= \lceil x \rceil+n,\\ \{ x+n \} &= \{ x \}. \end{align} The above are never true if {{mvar|n}} is not an integer; however, for every {{mvar|x}} and {{mvar|y}}, the following inequalities hold: : \lfloor x \rfloor + \lfloor y \rfloor &\leq \lfloor x + y \rfloor \leq \lfloor x \rfloor + \lfloor y \rfloor + 1,\\[3mu] \lceil x \rceil + \lceil y \rceil -1 &\leq \lceil x + y \rceil \leq \lceil x \rceil + \lceil y \rceil. \end{align}
= Monotonicity =
Both floor and ceiling functions are monotonically non-decreasing functions:
:
\begin{align}
x_{1} \le x_{2} &\Rightarrow \lfloor x_{1} \rfloor \le \lfloor x_{2} \rfloor, \\
x_{1} \le x_{2} &\Rightarrow \lceil x_{1} \rceil \le \lceil x_{2} \rceil.
\end{align}
=Relations among the functions=
It is clear from the definitions that
: with equality if and only if x is an integer, i.e.
:
0&\mbox{ if } x\in \mathbb{Z}\\
1&\mbox{ if } x\not\in \mathbb{Z}
\end{cases}
In fact, for integers n, both floor and ceiling functions are the identity:
:
Negating the argument switches floor and ceiling and changes the sign:
:
\lfloor x \rfloor +\lceil -x \rceil &= 0 \\
-\lfloor x \rfloor &= \lceil -x \rceil \\
-\lceil x \rceil &= \lfloor -x \rfloor
\end{align}
and:
:
0&\text{if } x\in \mathbb{Z}\\
-1&\text{if } x\not\in \mathbb{Z},
\end{cases}
:
0&\text{if } x\in \mathbb{Z}\\
1&\text{if } x\not\in \mathbb{Z}.
\end{cases}
Negating the argument complements the fractional part:
:
0&\text{if } x\in \mathbb{Z}\\
1&\text{if } x\not\in \mathbb{Z}.
\end{cases}
The floor, ceiling, and fractional part functions are idempotent:
:
\begin{align}
\big\lfloor \lfloor x \rfloor \big\rfloor &= \lfloor x \rfloor, \\
\big\lceil \lceil x \rceil \big\rceil &= \lceil x \rceil, \\
\big\{ \{ x \} \big\} &= \{ x \}.
\end{align}
The result of nested floor or ceiling functions is the innermost function:
:
\begin{align}
\big\lfloor \lceil x \rceil \big\rfloor &= \lceil x \rceil, \\
\big\lceil \lfloor x \rfloor \big\rceil &= \lfloor x \rfloor
\end{align}
due to the identity property for integers.
=Quotients=
If m and n are integers and n ≠ 0,
:
If n is positiveGraham, Knuth, & Patashnik, p. 73
:
:
If m is positiveGraham, Knuth, & Patashnik, p. 85
:
:
For m = 2 these imply
:
More generally,Graham, Knuth, & Patashnik, p. 85 and Ex. 3.15 for positive m (See Hermite's identity)
:
:
The following can be used to convert floors to ceilings and vice versa (with m being positive)Graham, Knuth, & Patashnik, Ex. 3.12
:
:
For all m and n strictly positive integers:Graham, Knuth, & Patashnik, p. 94.
:
which, for positive and coprime m and n, reduces to
:
and similarly for the ceiling and fractional part functions (still for positive and coprime m and n),
:
:
Since the right-hand side of the general case is symmetrical in m and n, this implies that
:
\left\lfloor \frac{n\vphantom1}{m} \right \rfloor + \left\lfloor \frac{2n}{m} \right \rfloor + \dots + \left\lfloor \frac{(m-1)n}{m} \right \rfloor.
More generally, if m and n are positive,
:
&\left\lfloor \frac{x\vphantom1}{n} \right \rfloor +
\left\lfloor \frac{m+x}{n} \right \rfloor +
\left\lfloor \frac{2m+x}{n} \right \rfloor +
\dots +
\left\lfloor \frac{(n-1)m+x}{n} \right \rfloor\\[5mu]
=
&\left\lfloor \frac{x\vphantom1}{m} \right \rfloor +
\left\lfloor \frac{n+x}{m} \right \rfloor +
\left\lfloor \frac{2n+x}{m} \right \rfloor +
\cdots +
\left\lfloor \frac{(m-1)n+x}{m} \right \rfloor.
\end{align}
This is sometimes called a reciprocity law.Graham, Knuth, & Patashnik, p. 94
Division by positive integers gives rise to an interesting and sometimes useful property. Assuming ,
:
Similarly,
:
Indeed,
:
\implies n \leq \left \lfloor \frac{x}{m}\right \rfloor \implies \ldots \implies m \leq \left\lfloor \frac{x}{n} \right \rfloor,
keeping in mind that
The second equivalence involving the ceiling function can be proved similarly.
=Nested divisions=
For a positive integer n, and arbitrary real numbers m and x:Graham, Knuth, & Patashnik, p. 71, apply theorem 3.10 with {{sfrac|x|m}} as input and the division by n as function
:
\left\lfloor \frac{\left\lfloor \frac{x}{m} \right\rfloor}{n} \right\rfloor &= \left\lfloor \frac{x}{mn} \right\rfloor \\[4px]
\left\lceil \frac{\left\lceil \frac{x}{m} \right\rceil }{n} \right\rceil &= \left\lceil \frac{x}{mn} \right\rceil.
\end{align}
=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 expansionTitchmarsh, p. 15, Eq. 2.1.7
\{x\}= \frac{1}{2} - \frac{1}{\pi} \sum_{k=1}^\infty
\frac{\sin(2 \pi k x)} {k}
for {{mvar|x}} 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 gives
\lfloor x\rfloor = x - \frac{1}{2} + \frac{1}{\pi} \sum_{k=1}^\infty \frac{\sin(2 \pi k x)}{k}
for {{mvar|x}} 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.Lemmermeyer, § 1.4, Ex. 1.32–1.33Hardy & Wright, §§ 6.11–6.13
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
:
\left(\frac{q}{p}\right)
&= (-1)^{\left\lfloor\frac{q}{p}\right\rfloor + \left\lfloor\frac{2q}{p}\right\rfloor +
\dots + \left\lfloor\frac{mq}{p}\right\rfloor }, \\[5mu]
\left(\frac{p}{q}\right)
&= (-1)^{\left\lfloor\frac{p}{q}\right\rfloor + \left\lfloor\frac{2p}{q}\right\rfloor +
\dots + \left\lfloor\frac{np}{q}\right\rfloor }.
\end{align}
The second step is to use a geometric argument to show that
:
+\left\lfloor\frac{p}{q}\right\rfloor +\left\lfloor\frac{2p}{q}\right\rfloor +\dots +\left\lfloor\frac{np}{q}\right\rfloor
= mn.
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:Lemmermeyer, p. 25
:
\left(\frac{2}{p}\right) &= (-1)^{\left\lfloor\frac{p+1}{4}\right\rfloor}, \\[5mu]
\left(\frac{3}{p}\right) &= (-1)^{\left\lfloor\frac{p+1}{6}\right\rfloor}.
\end{align}
=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
:
(where is the sign function), and rounding towards even can be expressed with the more cumbersome
:
which is the above expression for rounding towards positive infinity minus an integrality indicator for .
Rounding a real number to the nearest integer value forms a very basic type of quantizer – a uniform one. A typical (mid-tread) uniform quantizer with a quantization step size equal to some value can be expressed as
:,
=Number of digits=
The number of digits in base b of a positive integer k is
:
=Number of strings without repeated characters=
The number of possible strings of arbitrary length that doesn't use any character twice is given by{{OEIS el |1=A000522 |2=Total number of arrangements of a set with n elements: a(n) = Sum_{k=0..n} n!/k!.}} (See Formulas.){{Better source needed|date=February 2022}}
:
where:
- {{math|n}} > 0 is the number of letters in the alphabet (e.g., 26 in English)
- the falling factorial denotes the number of strings of length {{math|k}} that don't use any character twice.
- {{math|n}}! denotes the factorial of {{math|n}}
- {{math|e}} = 2.718... is Euler's number
For {{math|n}} = 26, this comes out to 1096259850353149530222034277.
=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 formulaHardy & Wright, Th. 416
:
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.Graham, Knuth, & Patashnik, pp. 77–78
=Euler's constant (γ)=
There are formulas for Euler's constant γ = 0.57721 56649 ... that involve the floor and ceiling, e.g.These formulas are from the Wikipedia article Euler's constant, which has many more.
:
:
and
:
\gamma = \sum_{k=2}^\infty (-1)^k \frac{ \left \lfloor \log_2 k \right \rfloor}{k}
= \tfrac12-\tfrac13
+ 2\left(\tfrac14 - \tfrac15 + \tfrac16 - \tfrac17\right)
+ 3\left(\tfrac18 - \cdots - \tfrac1{15}\right) + \cdots
=Riemann zeta function (ζ)=
The fractional part function also shows up in integral representations of the Riemann zeta function. It is straightforward to prove (using integration by parts)Titchmarsh, p. 13 that if is any function with a continuous derivative in the closed interval [a, b],
:
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, (except s = 1, where there is a pole) and combined with the Fourier expansion for {x} can be used to extend the zeta function to the entire complex plane and to prove its functional equation.Titchmarsh, pp.14–15
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.Crandall & Pomerance, p. 391
=Formulas for prime numbers=
The floor function appears in several formulas characterizing prime numbers. For example, since
1 &\text{if } m \text{ divides } n \\
0 &\text{otherwise},
\end{cases}
it follows that a positive integer n is a prime if and only ifCrandall & Pomerance, Ex. 1.3, p. 46. The infinite upper limit of the sum can be replaced with n. An equivalent condition is n > 1 is prime if and only if
:
One may also give formulas for producing the prime numbers. For example, let pn be the n-th prime, and for any integer r > 1, define the real number α by the sum
:
:
A similar result is that there is a number θ = 1.3064... (Mills' constant) with the property that
:
are all prime.Ribenboim, p. 186
There is also a number ω = 1.9287800... with the property that
:
Let {{pi}}(x) be the number of primes less than or equal to x. It is a straightforward deduction from Wilson's theorem thatRibenboim, p. 181
:
Also, if n ≥ 2,Crandall & Pomerance, Ex. 1.4, p. 46
:
None of the formulas in this section are of any practical use.Ribenboim, p. 180 says that "Despite the nil practical value of the formulas ... [they] may have some relevance to logicians who wish to understand clearly how various parts of arithmetic may be deduced from different axiomatzations ... "Hardy & Wright, pp. 344—345 "Any one of these formulas (or any similar one) would attain a different status if the exact value of the number α ... could be expressed independently of the primes. There seems no likelihood of this, but it cannot be ruled out as entirely impossible."
=Solved problems=
Ramanujan submitted these problems to the Journal of the Indian Mathematical Society.Ramanujan, Question 723, Papers p. 332
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 thatHardy & Wright, p. 337
:
Mahler has proved there can only be a finite number of such k; none are known.{{cite journal
| last1=Mahler | first1=Kurt | authorlink1=Kurt Mahler
| title=On the fractional parts of the powers of a rational number II
| date=1957
| journal=Mathematika
| volume=4
| issue=2 | pages=122–124
| doi=10.1112/S0025579300001170}}
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. The reason for this is historical, as the first machines used ones' complement and truncation was simpler to implement (floor is simpler in two's complement). 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.{{cn|date=November 2018}}
An arithmetic 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.{{cn|date=March 2019}}
Many programming languages (including C, C++,{{cite web
| title=C++ reference of floor
function
| url=http://en.cppreference.com/w/cpp/numeric/math/floor
| access-date=5 December 2010}}
| title=C++ reference of ceil
function
| url=http://en.cppreference.com/w/cpp/numeric/math/ceil
| access-date=5 December 2010}}
C#,{{Cite web|url=https://docs.microsoft.com/en-us/dotnet/api/system.math.floor|title=Math.Floor Method (System)|last=dotnet-bot|website=docs.microsoft.com|language=en-us|access-date=28 November 2019}}{{Cite web|url=https://docs.microsoft.com/en-us/dotnet/api/system.math.ceiling|title=Math.Ceiling Method (System)|last=dotnet-bot|website=docs.microsoft.com|language=en-us|access-date=28 November 2019}} Java,{{Cite web|url=https://docs.oracle.com/javase/9/docs/api/java/lang/Math.html#floor-double-|title=Math (Java SE 9 & JDK 9 )|website=docs.oracle.com|language=en|access-date=20 November 2018}}{{Cite web|url=https://docs.oracle.com/javase/9/docs/api/java/lang/Math.html#ceil-double-|title=Math (Java SE 9 & JDK 9 )|website=docs.oracle.com|language=en|access-date=20 November 2018}}
Julia,{{Cite web|url=https://docs.julialang.org/en/v1/base/math/|title=Math (Julia v1.10)|website=docs.julialang.org/en/v1/|language=en|access-date=4 September 2024}}
| title=PHP manual for ceil
function
| url=http://php.net/manual/function.ceil.php
| access-date=18 July 2013}}
| title=PHP manual for floor
function
| url=http://php.net/manual/function.floor.php
| access-date=18 July 2013}}
R,{{Cite web | url=https://stat.ethz.ch/R-manual/R-devel/library/base/html/Round.html | title=R: Rounding of Numbers}} and Python{{cite web
| title=Python manual for math
module
| url=https://docs.python.org/2/library/math.html
| access-date=18 July 2013}}
) provide standard functions for floor and ceiling, usually called floor
and ceil
, or less commonly ceiling
.Sullivan, p. 86. The language APL uses ⌊x
for floor. The J Programming Language, a follow-on to APL that is designed to use standard keyboard symbols, uses <.
for floor and >.
for ceiling.{{cite web|title=Vocabulary|work=J Language|url=http://www.jsoftware.com/help/dictionary/vocabul.htm|access-date=6 September 2011}}
ALGOL usesentier
for floor.
In Microsoft Excel the function INT
rounds down rather than toward zero,{{cite web|url = https://support.microsoft.com/en-us/office/int-function-a6c4af9e-356d-4369-ab6a-cb1fd9d343ef | title = INT function | access-date = 29 October 2021}} while FLOOR
rounds toward zero, the opposite of what "int" and "floor" do in other languages. Since 2010 FLOOR
has been changed to error if the number is negative.{{cite web|url = https://support.microsoft.com/en-us/office/floor-function-14bb497c-24f2-4e04-b327-b0b4de5a8886 | title = FLOOR function | access-date = 29 October 2021}} The OpenDocument file format, as used by OpenOffice.org, Libreoffice and others, INT
{{cite web|url = https://wiki.openoffice.org/wiki/Documentation/How_Tos/Calc:_INT_function | title = Documentation/How Tos/Calc: INT function | access-date = 29 October 2021}} and FLOOR
both do floor, and FLOOR
has a third argument to reproduce Excel's earlier behavior.{{cite web|url = https://wiki.openoffice.org/wiki/Documentation/How_Tos/Calc:_FLOOR_function | title = Documentation/How Tos/Calc: FLOOR function | access-date = 29 October 2021}}
See also
Citations
{{reflist|30em}}
References
- {{Citation
| author=J.W.S. Cassels
| title=An introduction to Diophantine approximation
| series=Cambridge Tracts in Mathematics and Mathematical Physics
| volume=45
| publisher=Cambridge University Press
| year=1957}}
- {{Citation
| last1 = Crandall | first1 = Richard
| last2 = Pomerance | first2 = Carl
| title = Prime Numbers: A Computational Perspective
| publisher = Springer
| location = New York
| year = 2001
| isbn = 0-387-94777-9
| url = https://books.google.com/books?id=8KZ4RQufxhYC}}
- {{Citation
| last1 = Graham | first1 = Ronald L.
| last2 = Knuth | first2 = Donald E.
| last3 = Patashnik | first3 = Oren
| title = Concrete Mathematics
| publisher = Addison-Wesley
| location = Reading Ma.
| year = 1994
| isbn = 0-201-55802-5}}
- {{Citation
| last1 = Hardy
| first1 = G. H.
| last2 = Wright
| first2 = E. M.
| title = An Introduction to the Theory of Numbers (Fifth edition)
| publisher = Oxford University Press
| location = Oxford
| year = 1980
| isbn = 978-0-19-853171-5
| url-access = registration
| url = https://archive.org/details/introductiontoth00hard
}}
- Nicholas J. Higham, Handbook of writing for the mathematical sciences, SIAM. {{ISBN|0-89871-420-6}}, p. 25
- ISO/IEC. ISO/IEC 9899::1999(E): Programming languages — C (2nd ed), 1999; Section 6.3.1.4, p. 43.
- {{Citation
| last1 = Iverson | first1 = Kenneth E.
| title = A Programming Language
|publisher = Wiley
| year = 1962}}
- {{Citation
| last1 = Lemmermeyer | first1 = Franz
| title = Reciprocity Laws: from Euler to Eisenstein
| publisher = Springer
| location = Berlin
| year = 2000
| isbn = 3-540-66957-4}}
- {{Citation
| last1 = Ramanujan | first1 = Srinivasa
| title = Collected Papers
| publisher = AMS / Chelsea
| location = Providence RI
| year = 2000
| isbn = 978-0-8218-2076-6}}
- {{Citation
| last1 = Ribenboim | first1 = Paulo
| title = The New Book of Prime Number Records
| publisher = Springer
| location = New York
| year = 1996
| isbn = 0-387-94457-5}}
- Michael Sullivan. Precalculus, 8th edition, p. 86
- {{Citation
| last1 = Titchmarsh | first1 = Edward Charles
| last2 = Heath-Brown | first2 = David Rodney ("Roger")
| title = The Theory of the Riemann Zeta-function
| publisher = Oxford U. P.
| edition = 2nd
| location = Oxford
| year = 1986
| isbn = 0-19-853369-1}}
External links
{{commons category|Floor and ceiling|Floor and ceiling functions}}
- {{springer|title=Floor function|id=p/f130150}}
- Štefan Porubský, [http://www.cs.cas.cz/portal/AlgoMath/NumberTheory/ArithmeticFunctions/IntegerRoundingFunctions.htm "Integer rounding functions"], Interactive Information Portal for Algorithmic Mathematics, Institute of Computer Science of the Czech Academy of Sciences, Prague, Czech Republic, retrieved 24 October 2008
- {{MathWorld|urlname=FloorFunction|title=Floor Function}}
- {{MathWorld|urlname=CeilingFunction|title=Ceiling Function}}
{{DEFAULTSORT:Floor And Ceiling Functions}}