Files
guanjihuan.com/2022.03.16_frequently_used_python_package/cmath_example.py
2023-11-07 03:38:46 +08:00

2 lines
42 B
Python

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