public abstract class Funktion
extends java.lang.Object
Constructor and Description |
---|
Funktion() |
Modifier and Type | Method and Description |
---|---|
boolean |
konsolenEingabe()
Eingabe von Parametern einer Funktion ueber Konsole,
falls welche existieren.
|
double[] |
tabellieren(double x0,
int n,
double h)
Tabellieren von Funktionswerten.
|
java.lang.String |
toString()
Darstellen einer Funktion.
|
abstract double |
wert(double arg)
Berechnen eines Funktionswertes, abstract.
|
public abstract double wert(double arg)
arg
- Argumentpublic double[] tabellieren(double x0, int n, double h)
x0
- Startwertn
- Anzahl der Werteh
- Schrittweitepublic boolean konsolenEingabe()
public java.lang.String toString()
toString
in class java.lang.Object