public final class Trigonometric extends Object
Modifier and Type | Method and Description |
---|---|
static double |
acosh(double x)
Returns the inverse
hyperbolic cosine of x.
|
static double |
asinh(double x)
Returns the inverse
hyperbolic sine of x.
|
static double |
atanh(double x)
Returns the
inverse hyperbolic tangent of x.
|
static double |
cosh(double x)
Returns the
hyperbolic cosine of x.
|
static double |
sinh(double x)
Returns the
hyperbolic sine of x.
|
static double |
tanh(double x)
Returns the hyperbolic
tangent of x.
|
public static double acosh(double x)
x
- double value for which to find the inverse hyperbolic cosinepublic static double asinh(double x)
x
- double value for which to find the inverse hyperbolic sinepublic static double atanh(double x)
x
- double value for which to find the inverse hyperbolic tangentpublic static double cosh(double x)
x
- double value for which to find the hyperbolic cosinepublic static double sinh(double x)
x
- double value for which to find the hyperbolic sinepublic static double tanh(double x)
x
- double value for which to find the hyperbolic sineJas4pp 1.5 © Java Analysis Studio for Particle Physics