162

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

Joseph Wright
  • 259,911
  • 34
  • 706
  • 1,036

2 Answers2

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
  • 8
    I'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
    Would be great if detexify could use context, so you could draw f o g. – OJFord Feb 26 '17 at 04:27