The following MWE:
\documentclass[]{article}
\usepackage{amsmath}
\usepackage{amsfonts}
\usepackage{amssymb}
\begin{document}
\begin{equation}
\dfrac{dN}{da}=\dfrac{1}{C}\left[\dfrac{\cos\left(\dfrac{\pi a}{W}\right)}{\pi a\Delta\sigma^2}\right]^{m/2}
\end{equation}
\end{document}
which is extracted from a much larger document produces the following result:

How do I fix the vertical spacing of the item within the bracket which has the huge space underneath the denominator of the fraction?




