Math-Linux.com

Knowledge base dedicated to Linux and applied mathematics.

Home > Latex > FAQ > Latex - FAQ > Latex ceiling function

Latex ceiling function

All the versions of this article: <English> <français>

The ceiling function is a mathematical function that associates with any real number $x$ the smallest integer $n$ such that $n \geq x$, and is often noted as $\lceil x \rceil$ or $\operatorname{ceil}(x)$. In other words, the ceiling of $x$ is the smallest integer greater than or equal to $x$.

LaTeX Code

The ceil function can be easily implemented in LaTeX using the following command:


\lceil x \rceil

$\lceil x \rceil$

Ceil Function

The ceil function is formally defined as:


$$
\lceil x \rceil = \operatorname{min}\{n \in \mathbb{Z} : n \geq x\}
$$

$$ \lceil x \rceil = \operatorname{min}\{n \in \mathbb{Z} : n \geq x\} $$

Example of Use

Suppose we want to round the number $x=4.7$ up to the nearest integer. We can use the $\lceil x \rceil$ function, which returns the smallest integer greater than or equal to $x$. In this case, we have:


$$
\lceil 4.7 \rceil = 5
$$

$$ \lceil 4.7 \rceil = 5 $$

Also in this section

  1. How to get dots in Latex \ldots,\cdots,\vdots and \ddots
  2. $L^1$, $L^2$, $L^p$ and $L^\infty$ spaces in Latex
  3. Horizontal and vertical curly Latex braces: \left\{,\right\},\underbrace{} and \overbrace{}
  4. How to display formulas inside a box or frame in Latex ? \boxed
  5. How to write a vector in Latex ? \vec,\overrightarrow
  6. How to write algorithm and pseudocode in Latex ?\usepackage{algorithm},\usepackage{algorithmic}
  7. How to write angle in latex langle, rangle, wedge, angle, measuredangle, sphericalangle
  8. How to write matrices in Latex ? matrix, pmatrix, bmatrix, vmatrix, Vmatrix
  9. How to write number sets N Z D Q R C with Latex: \mathbb, amsfonts and \mathbf
  10. How to write table in Latex ? begin{tabular}...end{tabular}
  11. Latex absolute value
  12. Latex arrows
  13. Latex backslash symbol
  14. Latex binomial coefficient
  15. Latex bra ket notation
  16. Latex ceiling function
  17. Latex complex numbers
  18. Latex congruent symbol
  19. Latex convolution symbol
  20. Latex copyright, trademark, registered symbols
  21. Latex degree symbol
  22. LateX Derivatives, Limits, Sums, Products and Integrals
  23. Latex empty set
  24. Latex euro symbol
  25. Latex expected value symbol - expectation
  26. Latex floor function
  27. Latex gradient symbol
  28. Latex hat symbol - wide hat symbol
  29. Latex horizontal space: qquad,hspace, thinspace,enspace
  30. Latex how to hide page number
  31. Latex how to insert a blank or empty page with or without numbering \thispagestyle,\newpage,\usepackage{afterpage}
  32. Latex how to write a fraction
  33. Latex how to write bar
  34. Latex how to write percent
  35. Latex how to write text in math mode
  36. Latex how to write underscore
  37. Latex imaginary part symbol
  38. Latex indicator function
  39. Latex infinity symbol
  40. Latex jacobian symbol
  41. Latex natural numbers
  42. Latex normal distribution symbol
  43. Latex not parallel symbol
  44. Latex not subset symbol
  45. Latex numbering equations
  46. Latex orthogonal symbol - Latex perpendicular symbol
  47. Latex overset and underset
  48. Latex parallel symbol
  49. Latex piecewise function
  50. Latex plus or minus symbol
  51. Latex product symbol
  52. Latex quaternion numbers
  53. Latex rational numbers
  54. Latex real numbers
  55. Latex real part symbol
  56. Latex square root symbol
  57. Latex subset symbol
  58. Latex symbol average
  59. Latex symbol belongs to
  60. Latex symbol checkmark
  61. Latex symbol different
  62. Latex symbol exists
  63. Latex symbol for all x
  64. Latex symbol if and only if / equivalence
  65. Latex symbol multiply
  66. Latex symbol norm for vector and sum
  67. Latex symbol not equal
  68. Latex symbol not exists
  69. Latex symbol not in
  70. LaTex symbol partial derivative
  71. Latex symbol Planck constant h
  72. Latex symbol there exists one and only one
  73. Latex tensor product
  74. Latex yen symbol
  75. Strikethrough - strike out text or formula in LaTeX