norm

template<class T>
    T norm(const complex<T>& x);

The function returns the squared magnitude of x.