math
Class Sqrt

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

public class Sqrt
extends Function

Neliöjuuri.


Field Summary
 
Fields inherited from class math.Function
argument
 
Constructor Summary
Sqrt(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

Sqrt

public Sqrt(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