I have a random variable $X$ which is a complex Gaussian with mean equal to 0 and variance equal $\sigma^2$. I want to know the probability of $|X|$ exceeding a bound $B$. Now, the complex Gaussian with variance $\sigma^2$ has the same distribution as a 2-D Gaussian with variance $\sigma^2/2$. The problem I have is the following: why is the following expression true?
$$P[|X|>B] = \exp(-B^2/\sigma^2)$$
To me it seems unintuitive, as the exponential is the probability distribution and not the cumulative distribution. Any insights are welcome. It is mentioned that this is a heuristic bound if that helps.
I got this with the help from the comment of Matthew Pilling. It's easy if you integrate over the region $\sqrt{x^2+y^2}<B$ to find $D$ and then do $1-D$ to get the answer. This is very suitable for integration if we change to polar coordinates.