|
MVT API | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--math.objects.Expression | +--math.objects.Constant | +--math.constants.RealConstant | +--math.constants.E
The class E is used to create mathematical E objects. It extends the RealConstantclass.
Constructor Summary | |
E()
Constructor the creates the constant E. |
Methods inherited from class math.constants.RealConstant |
evaluate, evaluateVariables, getValue, setValue, toString |
Methods inherited from class math.objects.Constant |
differentiate, simplify |
Methods inherited from class math.objects.Expression |
evaluate, evaluate, evaluate, evaluate, evaluate |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
public E()
|
MVT API | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |