|
|||||||||
PREV CLASS NEXT CLASS | All Classes | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjhplot.math.num.special.Trigonometric
public final class Trigonometric
Utility class that provides methods related to the trigonometric functions.
Method Summary | |
---|---|
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. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public static double acosh(double x)
x
- double value for which to find the inverse hyperbolic cosine
public static double asinh(double x)
x
- double value for which to find the inverse hyperbolic sine
public static double atanh(double x)
x
- double value for which to find the inverse hyperbolic tangent
public static double cosh(double x)
x
- double value for which to find the hyperbolic cosine
public static double sinh(double x)
x
- double value for which to find the hyperbolic sine
public static double tanh(double x)
x
- double value for which to find the hyperbolic sine
|
|||||||||
PREV CLASS NEXT CLASS | All Classes | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |