RosettaCodeData/Task/Eulers-identity/Python/eulers-identity.py
2023-07-01 13:44:08 -04:00

3 lines
73 B
Python

>>> import math
>>> math.e ** (math.pi * 1j) + 1
1.2246467991473532e-16j