-
Constructor Summary
Constructors
-
Method Summary
double
Implements the Function interface for the gamma function .
static double
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Method Details
-
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)