edu.northwestern.at.utils.math
Interface MonadicFunction


public interface MonadicFunction

Interface for a monadic (single argument) function.


Method Summary
 double f(double x)
          Evaluates a monadic scalar function.
 

Method Detail

f

double f(double x)
Evaluates a monadic scalar function.

Parameters:
x - Value at which function is to be evaluated.
Returns:
Result of evaluating function at x.