|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.opensourcephysics.numerics.specialfunctions.Gamma
public class Gamma
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 |
---|
public Gamma()
Method Detail |
---|
public double evaluate(double x)
evaluate
in interface Function
x
-
public static double gamma(double x)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |