Computer Science, asked by morngrashi22, 1 year ago

How can we use complex numbers in Python?

Answers

Answered by dhananjay2345
0
Python has built-in support for complex numbers, which are written with this latter notation; the imaginary part is written with a j suffix, e.g., 3+1j. To get access to complex equivalents of the math module, use cmath.
Similar questions