[Tex/LaTex] LaTeX symbol for ‘order’

math-modemath-operatorssymbols

Is there a symbol for order?

…the exponent, ei , is called the order of pi  in a, denoted ordpi (a) = ei .

Best Answer

From your comment it became clear that you were looking for the order operator.

In case somebody finds this question but is looking for the order (of magnitude):

\documentclass{article}
\DeclareRobustCommand{\orderof}{\ensuremath{\mathcal{O}}}
\begin{document}
$\orderof\left( 1234\right) =10^{3}$
\end{document}