public static class JELParser.ExtrasLibrary
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
static double |
NaN
The Not-a-Number value as a double.
|
Constructor and Description |
---|
ExtrasLibrary() |
Modifier and Type | Method and Description |
---|---|
static double |
acosh(double x)
Computes the inverse hyperbolic cosine of a value.
|
static double |
asinh(double x)
Computes the inverse hyperbolic sin of a value.
|
static double |
atanh(double x)
Computes the inverse hyperbolic tangent of a value.
|
static boolean |
isNaN(double value)
Determines if a double is the NaN value.
|
static double |
sum(double[] values)
Computes a sum of values.
|
public static double asinh(double x)
public static double acosh(double x)
public static double atanh(double x)
public static double sum(double[] values)
public static boolean isNaN(double value)