You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For complex numbers, the result of this function is actually the
square of the absolute value of the number, not the square of the
number.
|a + bi|^2 == a^2 + b^2 == (a + bi)(a - bi) != (a + bi)^2
0 commit comments