Skip to content

Latest commit

 

History

History
13 lines (10 loc) · 180 Bytes

File metadata and controls

13 lines (10 loc) · 180 Bytes

Literal Syntax

complex numbers can be simply initialized as a sum of real and imaginary parts.

Example

>>> 1+2j
(1+2j)
>>> 1.0+2.0j
(1+2j)