org.opensourcephysics.numerics.specialfunctions
Class Gamma

java.lang.Object
  extended by org.opensourcephysics.numerics.specialfunctions.Gamma
All Implemented Interfaces:
Function

public class Gamma
extends java.lang.Object
implements Function


Constructor Summary
Gamma()
           
 
Method Summary
 double evaluate(double x)
          Implements the Function interface for the gamma function .
static double gamma(double x)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Gamma

public Gamma()
Method Detail

evaluate

public double evaluate(double x)
Implements the Function interface for the gamma function .

Specified by:
evaluate in interface Function
Parameters:
x -
Returns:
gamma function at x

gamma

public static double gamma(double x)