Ceiling ⌈x⌉ symbol in LaTeX

Symbol Ceiling
Type of symbol Mathematics
Package (requirement) No
Argument Yes
Latex command \lceil arg \rceil
Example \lceil arg \rceil → ⌈arg⌉

You need to use the \lceil arg \rceil command to write the ceiling symbol in a latex document.

\documentclass{article}
\begin{document}
   $$ n < \lceil x \rceil $$ 
   $$ \lceil x \rceil = \lceil x \rceil $$ 
   $$ a > \lceil x \rceil $$
\end{document}

Output :

Use ceiling symbol in latex.

Leave a Comment

Your email address will not be published. Required fields are marked *

Scroll to Top