[Tex/LaTex] circle symbol

math-modesymbols

Is there a circle symbol for the composition of two functions? Or do I have to resort to using other ways to represent that?

Best Answer

It's \circ:

\documentclass{article}
\begin{document}
\( f \circ f \)
\end{document}