MathComplex class

Constructors

MathComplex([double re = 0.0, double im = 0.0])

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

acos() MathComplex
acosh() MathComplex
add(dynamic r) MathComplex
addAndAss(dynamic r) MathComplex
angToAng(int oldType, int newType) → void
asin() MathComplex
asinh() MathComplex
ass(dynamic r) MathComplex
atan() MathComplex
atanh() MathComplex
ceil() MathComplex
conjg() MathComplex
cos() MathComplex
cosh() MathComplex
div(dynamic r) MathComplex
divAndAss(dynamic r) MathComplex
equal(dynamic r) bool
exp() MathComplex
exp10() MathComplex
fabs() double
farg() double
floor() MathComplex
fnorm() double
imag() double
log() MathComplex
log10() MathComplex
minus() MathComplex
mod(dynamic r) MathComplex
modAndAss(dynamic r) MathComplex
mul(dynamic r) MathComplex
mulAndAss(dynamic r) MathComplex
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
notEqual(dynamic r) bool
polar(double rho, double theta) → void
pow(dynamic y) MathComplex
real() double
setImag(double im) → void
setReal(double re) → void
sin() MathComplex
sinh() MathComplex
sqr() MathComplex
sqrt() MathComplex
sub(dynamic r) MathComplex
subAndAss(dynamic r) MathComplex
tan() MathComplex
tanh() MathComplex
toFloat() double
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited