Files
guanjihuan.com/language_learning/2022.03.16_frequently_used_python_package/cmath_example.py
2022-03-16 19:37:32 +08:00

2 lines
42 B
Python

import cmath
print(cmath.exp(1j*cmath.pi))