Is there a circle symbol for the composition of two functions? Or do I have to resort to using other ways to represent that?
Asked
Active
Viewed 5e+01k times
162
2 Answers
207
It's \circ:
\documentclass{article}
\begin{document}
\( f \circ f \)
\end{document}
Joseph Wright
- 259,911
- 34
- 706
- 1,036
84
Probably this is a good chance to recall the Detexify website, where you can simply draw the symbol you want, and obtain the needed code.
I'm a bad illustrator, but for me, after drawing the circle, \circ was the first hit.
Andrew Stacey
- 153,724
- 43
- 389
- 751
Dror
- 22,613
-
8I'd like to add that I tried to find this symbol with detexify but I failed as I found many other similar looking symbols but not
\circ. I actually needed to google "latex combine function symbol", to find this question. – ohcibi May 15 '16 at 17:40 -
5
:<math>(f\circ f)(x) = f(f(x)) = f^2(x)</math>;) – Davy Landman Jan 05 '11 at 08:43$\bullet$. – Christian Herenz Aug 31 '18 at 14:00