Previous Up Next

5.11.1  Usual complex functions: +,-,*,/,^

+,-,*,/,^ are the usual operators to perform additions, subtractions, multiplications, divisions and for raising to an integer or a fractional power.
Input:

(1+2*i)^2

Output:

-3+4*i

Previous Up Next