menu
jrpn
complex
Complex
asinh method
asinh
brightness_4
asinh
method
Null safety
Complex
asinh
(
)
Implementation
Complex asinh() => (this + (this * this + const Complex(1, 0)).sqrt()).ln();
jrpn
complex
Complex
asinh method
Complex class
Constructors
Complex
polar
Properties
hashCode
imaginary
r
real
runtimeType
theta
Methods
acos
acosh
asin
asinh
atan
atanh
cos
cosh
exp
ln
noSuchMethod
pow
sin
sinh
sqrt
tan
tanh
toString
Operators
operator *
operator +
operator -
operator /
operator ==
operator unary-
Constants
zero