方法
[LINE]1,#dddddd[/LINE]
self + other
self - other
self * other
self / other
self ** other
算术运算符。分别表示和(加)、差(减)、积(乘)、商(除)、幂(乘方)。
self == other
判断相等。
abs
绝对值。
polar
极式。
unploar
a = Complex(1,2).polar
p Complex(a[0],a[1]).unpolar # => Complex(1,2)
Math:
csc
sec
cot
sincostan的倒数。
qu
二次方程
fact
阶乘。
cbrt
立方根。
to_rad
度数转弧度。
to_deg
弧度转度数。
nCr
…这东西中文叫?
sqrt
exp
log
log10
sin
cos
tan
sinh
cosh
tanh
asin
acos
atan
asinh
acosh
atanh
扩展复数运算。