Uses of Interface
ch.sahits.math.IFunction

Packages that use IFunction
ch.sahits.math   
 

Uses of IFunction in ch.sahits.math
 

Classes in ch.sahits.math that implement IFunction
 class StandardNormalDistribution
          This class implements the standard normal distribution:

 

Methods in ch.sahits.math with parameters of type IFunction
static double Integration.integral(IFunction f, double a, double b)
          Integrate the function f in the interval [a..b].
static double Integration.intk(IFunction f, double a, double b, int k)
          function call