mmc
Interface DFunctionOfx

All Superinterfaces:
FunctionOfx
All Known Implementing Classes:
Decay, TestFindRoot

public interface DFunctionOfx
extends FunctionOfx

function and its derivative must be included in a class that implements this interface


Method Summary
 double dFunction(double x)
           
 
Methods inherited from interface mmc.FunctionOfx
function
 

Method Detail

dFunction

double dFunction(double x)