I use the following code to place the equation in the left. But as you can see, it not completely on the left side while the number (1) is on the right side of the column.
\documentclass[conference]{IEEEtran}
\usepackage[fleqn]{amsmath}
\begin{document}
This is the text. This is the text. This is the text. This is the text. This is the text.
\begin{flalign}
\label{c}
C = \frac{X}{Y}
\end{flalign}
This is the text. This is the text. This is the text. This is the text. This is the text.
\end{document}
How can I fix that?

