`ceil` (unary)
Ceil
AsciiMath
ceil(x)
LaTeX
{\lceil x \rceil}
MathML
<math xmlns="http://www.w3.org/1998/Math/MathML" display="block">
<mstyle displaystyle="true">
<mrow>
<mo>⌈</mo>
<mi>x</mi>
<mo>⌉</mo>
</mrow>
</mstyle>
</math>
OMML
<m:oMathPara>
<m:oMath>
<m:d>
<m:dPr>
<m:begChr m:val="⌈"/>
<m:endChr m:val="⌉"/>
<m:ctrlPr>
<w:rPr>
<w:rFonts w:ascii="Cambria Math" w:hAnsi="Cambria Math"/>
<w:i/>
</w:rPr>
</m:ctrlPr>
</m:dPr>
<m:e>
<m:r>
<m:t>x</m:t>
</m:r>
</m:e>
</m:d>
</m:oMath>
</m:oMathPara>