array
cmath
gc
math
select
sys
ubinascii
ucollections
uhashlib
uheapq
uio
ujson
uos
ure
usocket
ustruct
utime
uzlib
``cmath``提供了基本的复数运算功能。它不支持 WiPy 和 ESP8266,因为需要浮点库支持.
cmath.
cos
返回``z``的余弦。
exp
返回``z``的指数。
log
返回``z``的对数。
log10
返回``z``的常用对数。
phase
返回``z``的相位, 范围是(-pi, +pi],以弧度表示。
polar
返回``z``的极坐标.
rect
返回`模量`r``和相位``phi``的复数。
sin
返回``z``的正弦。
sqrt
返回``z``的平方根。
e
自然对数的指数。
pi
圆周率。