ch.sahits.math
Interface IFunction

All Known Implementing Classes:
StandardNormalDistribution

public interface IFunction

This interface describes a function that can be used to integrate over.

Version:
1.0
Author:
Andi Hotz (c) by Sahits.ch 2007

Method Summary
 double f(double x)
          Function over which can be integrated
 

Method Detail

f

double f(double x)
Function over which can be integrated

Parameters:
x - value
Returns:
value of f(x)