How to use ceiling ⌈x⌉ symbol in LaTeX?

SymbolCeiling
Type of symbolMathematics
Package (requirement)No
ArgumentYes
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