Here is where I used to go to learn new symbols.
Also, if $f : X \rightarrow Y$ and $g : Y \rightarrow Z$ are functions, we write $g \circ f$ for the unique function $X \rightarrow Z$ specified by the following constraint.
$$\forall x \in X : (g \circ f)(x) = g(f(x))$$
This is called composition of functions. Make sure you also learn the terms "domain" and "codomain".
Also, notice that the notation for composition of functions is kind of backwards. Therefore, I write my arrows backwards to compensate: as in, if $g : Z \leftarrow Y$ and $f : Y \leftarrow X$, then $g \circ f : Z \leftarrow X$.