The circuit rank of a graph $G$ is given by
$$r = m - n + c,$$
where $m$ is the number of edges in $G$, $n$ is the number of vertices, and $c$ is the number of connected components.
Doesn't Euler's formula say the same?
$$ \#\text{faces} = \#\text{edges}-\#\text{vertices} +\#\text{components} \;\;\;(+\chi), $$ where $\chi$ is Euler's characteristic of the surface where the graph lives on.
So the circuit rank is just the number of faces, right?
I just wonder since I can't find any face on the Wiki page...