MathValue class
Constructors
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
-
abs(
) → MathValue -
acos(
) → MathValue -
acosh(
) → MathValue -
add(
dynamic r) → MathValue -
addAndAss(
dynamic r) → MathValue -
angToAng(
int oldType, int newType) → void -
asin(
) → MathValue -
asinh(
) → MathValue -
ass(
dynamic r) → MathValue -
atan(
) → MathValue -
atanh(
) → MathValue -
ceil(
) → MathValue -
conjg(
) → MathValue -
cos(
) → MathValue -
cosh(
) → MathValue -
denom(
) → double -
div(
dynamic r) → MathValue -
divAndAss(
dynamic r) → MathValue -
equal(
dynamic r) → bool -
exp(
) → MathValue -
exp10(
) → MathValue -
factorial(
) → MathValue -
farg(
) → double -
floor(
) → MathValue -
fnorm(
) → double -
fractMinus(
) → bool -
fractReduce(
) → void -
fractSetMinus(
bool mi) → void -
frame(
) → double -
frexp(
ParamInteger exp) → MathValue -
hour(
) → double -
imag(
) → double -
ldexp(
int exp) → MathValue -
log(
) → MathValue -
log10(
) → MathValue -
min(
) → double -
minus(
) → MathValue -
mod(
dynamic r) → MathValue -
modAndAss(
dynamic r) → MathValue -
modf(
ParamFloat _int) → MathValue -
mul(
dynamic r) → MathValue -
mulAndAss(
dynamic r) → MathValue -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
notEqual(
dynamic r) → bool -
num(
) → double -
polar(
double rho, double theta) → void -
pow(
dynamic y) → MathValue -
real(
) → double -
sec(
) → double -
setComplex(
MathComplex x) → MathValue -
setDenom(
double de) → void -
setFloat(
double x) → MathValue -
setFract(
MathFract x) → MathValue -
setFrame(
double f) → void -
setHour(
double h) → void -
setImag(
double im) → void -
setMin(
double m) → void -
setNum(
double nu) → void -
setReal(
double re) → void -
setSec(
double s) → void -
setTime(
MathTime x) → MathValue -
sin(
) → MathValue -
sinh(
) → MathValue -
sqr(
) → MathValue -
sqrt(
) → MathValue -
sub(
dynamic r) → MathValue -
subAndAss(
dynamic r) → MathValue -
tan(
) → MathValue -
tanh(
) → MathValue -
timeMinus(
) → bool -
timeReduce(
) → void -
timeSetMinus(
bool i) → void -
toFloat(
) → double -
toString(
) → String -
A string representation of this object.
inherited
-
type(
) → int
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Static Methods
-
complexToValue(
MathComplex x) → MathValue -
copy(
MathValue v, MathValue x) → MathValue -
deleteValue(
MathValue x) → void -
dup(
MathValue x) → MathValue -
floatToValue(
double x) → MathValue -
fractToValue(
MathFract x) → MathValue -
getValue(
MathValue v, ParamInteger type, MathComplex c, MathFract f, MathTime t) → void -
newArray(
int len) → List< MathValue> -
setValue(
MathValue v, int type, MathComplex c, MathFract f, MathTime t) → MathValue -
timeToValue(
MathTime x) → MathValue