Prog1Tools
Interface FunctionSpec


public interface FunctionSpec

Spezifikation einer Funktion f(x).

Version:
1.0
Author:
hagen.buchwald@kit.edu

Method Summary
 double f(double x)
          Funktion y = f(x).
 

Method Detail

f

double f(double x)
Funktion y = f(x).

Parameters:
x - x-Wert von y = f(x)
Returns:
y-Wert von y = f(x)