求复数的双曲余弦值:
#导入复数运算的 cmath 库import cmath#求复数的双曲余弦值print (cmath.cosh(2 + 3j))
#导入复数运算的 cmath 库
import cmath
#求复数的双曲余弦值
print (cmath.cosh(2 + 3j))
cmath.cosh() 方法返回复数的双曲余弦值。
cmath.cosh()
cmath.cosh(x)
complex