4 lines
73 B
Python
4 lines
73 B
Python
|
|
>>> import math
|
||
|
|
>>> math.e ** (math.pi * 1j) + 1
|
||
|
|
1.2246467991473532e-16j
|