public static enum LogGamma.Method extends Enum<LogGamma.Method>
Enum Constant and Description |
---|
LANCZOS
Lanczos approximation.
|
LANCZOS_QUICK
Quick Lanczos approximation,
where all computations are done in
double precision. |
Modifier and Type | Method and Description |
---|---|
static LogGamma.Method |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static LogGamma.Method[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final LogGamma.Method LANCZOS
public static final LogGamma.Method LANCZOS_QUICK
double
precision.public static LogGamma.Method[] values()
for (LogGamma.Method c : LogGamma.Method.values()) System.out.println(c);
public static LogGamma.Method valueOf(String name)
name
- the name of the enum constant to be returned.IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is nullCopyright © 2010-2020 NM FinTech Ltd.. All Rights Reserved.