de.hska.info1.uebung.suchen
Class Quadratzwurzel

java.lang.Object
  extended by de.hska.info1.uebung.suchen.Quadratzwurzel

public class Quadratzwurzel
extends java.lang.Object

Zum nährungsweise Finden der Quadratwurzel einer Zahl mit Hilfe eines Unterteilungsverfahren.

Author:
pape

Constructor Summary
Quadratzwurzel()
           
Quadratzwurzel(double epsilon)
           
 
Method Summary
 double wurzelZiehen(double x)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Quadratzwurzel

public Quadratzwurzel()

Quadratzwurzel

public Quadratzwurzel(double epsilon)
Method Detail

wurzelZiehen

public double wurzelZiehen(double x)


Prof. Dr. Pape