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