math
Class Exp

java.lang.Object
  extended by math.Expression
      extended by math.Function
          extended by math.Exp

public class Exp
extends Function

Exponenttifunktio (e^x).


Field Summary
 
Fields inherited from class math.Function
argument
 
Constructor Summary
Exp(Expression argument)
           
 
Method Summary
 double getValue()
          Palauttaa lausekkeen arvon.
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

Exp

public Exp(Expression argument)
Method Detail

getValue

public double getValue()
Description copied from class: Expression
Palauttaa lausekkeen arvon.

Specified by:
getValue in class Expression
Returns:
olion sisältävän lausekkeen arvo

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object