Returns the absolute value of the complex number.
$$\lvert{z}\rvert = \sqrt{\Re({z})^2+\Im({z})^2}$$
abs()
A number.
Complex(3, 4).abs()
5