Class Wurzel

java.lang.Object
  |
  +--Funktion
        |
        +--Wurzel
All Implemented Interfaces:
Darstellbar

public class Wurzel
extends Funktion

Klasse berechnet Werte der Funktion f(x)=sqrt(x)


Field Summary
 
Fields inherited from class Funktion
maxX, minX, Name, xMax, xMin
 
Constructor Summary
Wurzel()
           
Wurzel(double xMin, double xMax)
           
 
Method Summary
 double getY(double x)
           
 
Methods inherited from class Funktion
draw, getMinMaxX, getMinMaxY, getName, getWertetabelle, setAufloesung, setIntervall, setName
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Wurzel

public Wurzel(double xMin,
              double xMax)

Wurzel

public Wurzel()
Method Detail

getY

public double getY(double x)
Specified by:
getY in class Funktion