Die Datei:
RealFunction.java
1
interface
RealFunction
{
2
3
//--------------------
4
//
5
// compute function value at point x
6
7
double
at
(
double
x
)
;
8
}
9
Die Quelle:
RealFunction.java
Letzte Änderung: 16.06.2008
©
Prof. Dr. Uwe Schmidt