|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectedu.jhu.bme.smile.commons.math.specialFunctions.SFunc
public class SFunc
| Constructor Summary | |
|---|---|
SFunc()
|
|
| Method Summary | |
|---|---|
static double |
doubleFactorial(int d)
DoubleFactorial !! See: http://en.wikipedia.org/wiki/Factorial#Double_factorial |
static int |
factorial(int d)
|
static double |
factorialratio(int num,
int denom)
|
static double |
rootfactorialratio(int num,
int denom)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public SFunc()
| Method Detail |
|---|
public static int factorial(int d)
public static double doubleFactorial(int d)
d -
public static double factorialratio(int num,
int denom)
public static double rootfactorialratio(int num,
int denom)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||