运行 ❯
获取
你自己的 Python
服务器
×
更改方向
更改主题,深色/浅色
转至 Spaces
#importing cmath for complex number operations import cmath #find the hyperbolic sine of a complex number print (cmath.sinh(2 + 3j))
(-3.59056458998578+0.5309210862485197j)