|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object fr.expression4j.factory.NumberFactory
public class NumberFactory
Constructor Summary | |
---|---|
NumberFactory()
|
Method Summary | |
---|---|
static MathematicalElement |
createComplex(double realValue,
double complexValue)
create a complex (a,bi) or a+bi |
static MathematicalElement |
createReal(double value)
Create a real. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public NumberFactory()
Method Detail |
---|
public static MathematicalElement createReal(double value)
value
- real value
public static MathematicalElement createComplex(double realValue, double complexValue)
realValue
- real complex valuecomplexValue
- imaginary complex value
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |