MVT API

math.constants
Class E

java.lang.Object
  |
  +--math.objects.Expression
        |
        +--math.objects.Constant
              |
              +--math.constants.RealConstant
                    |
                    +--math.constants.E

public class E
extends RealConstant

The class E is used to create mathematical E objects. It extends the RealConstantclass.

Since:
JDK1.1
Author:
Peter Staab
, Pete Fox , both for the Mathematical Visualization Project for the Department of Applied Mathematics, University of Colorado at Boulder

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

E

public E()
Constructor the creates the constant E.


MVT API

mvt.icons