class Constant extends Expression
Modifier and Type | Field and Description |
---|---|
(package private) double |
value |
Constant, loadedTable, local, localTable, name, patternDict, table
Constructor and Description |
---|
Constant() |
Constant(Complex complex) |
Constant(double d) |
Modifier and Type | Method and Description |
---|---|
(package private) Constant |
add(BigInt bigint) |
(package private) Complex |
add(Complex complex) |
(package private) Constant |
add(Constant constant) |
(package private) Constant |
add(MyLong mylong) |
(package private) Constant |
add(Rational rational) |
(package private) Constant |
add(Real real) |
Expression |
differentiate(java.lang.String s) |
(package private) Constant |
divide(BigInt bigint) |
(package private) Complex |
divide(Complex complex) |
(package private) Constant |
divide(Constant constant) |
(package private) Constant |
divide(MyLong mylong) |
(package private) Constant |
divide(Rational rational) |
(package private) Constant |
divide(Real real) |
boolean |
equals(java.lang.Object obj) |
double |
f(double d) |
boolean |
getContinuity() |
MultDecomp |
getMultDecomp() |
(package private) Expression |
getValue() |
boolean |
isFree(Expression expression) |
(package private) Constant |
multiply(BigInt bigint) |
(package private) Complex |
multiply(Complex complex) |
(package private) Constant |
multiply(Constant constant) |
(package private) Constant |
multiply(MyLong mylong) |
(package private) Constant |
multiply(Rational rational) |
(package private) Constant |
multiply(Real real) |
(package private) Constant |
negate() |
(package private) Complex |
pow(Complex complex) |
(package private) Constant |
pow(Constant constant) |
(package private) Constant |
pow(MyLong mylong) |
(package private) Constant |
pow(Real real) |
(package private) Constant |
subtract(BigInt bigint) |
(package private) Complex |
subtract(Complex complex) |
(package private) Constant |
subtract(Constant constant) |
(package private) Constant |
subtract(MyLong mylong) |
(package private) Constant |
subtract(Rational rational) |
(package private) Constant |
subtract(Real real) |
Polynomial |
Taylor(double d,
int i,
java.lang.String s) |
java.lang.String |
toString() |
clearAll, clearPatternValue, copy, equal, f, getAddDecomp, getPowerHash, greater, hashCode, isPrime, match, N, replace, simplify, sort, toMath, toTeX, type
Constant()
Constant(double d)
Constant(Complex complex)
public Polynomial Taylor(double d, int i, java.lang.String s)
Taylor
in class Expression
public Expression differentiate(java.lang.String s)
differentiate
in class Expression
public boolean equals(java.lang.Object obj)
equals
in class Expression
public double f(double d)
f
in class Expression
public boolean getContinuity()
getContinuity
in class Expression
public MultDecomp getMultDecomp()
getMultDecomp
in class Expression
Expression getValue()
getValue
in class Expression
public boolean isFree(Expression expression)
isFree
in class Expression
Constant negate()
public java.lang.String toString()
toString
in class java.lang.Object