public class TrigonometricFunctionUtils extends Object
| Modifier and Type | Method and Description |
|---|---|
static ComplexNumber |
acos(ComplexNumber z)
arccos - the inverse of cos.
|
static double |
acos(double x) |
static ComplexNumber |
acosh(ComplexNumber z) |
static double |
acosh(double x) |
static ComplexNumber |
asin(ComplexNumber z) |
static double |
asin(double x) |
static ComplexNumber |
asinh(ComplexNumber z) |
static double |
asinh(double x) |
static ComplexNumber |
atan(ComplexNumber z) |
static double |
atan(double x) |
static ComplexNumber |
atanh(ComplexNumber z) |
static double |
atanh(double x) |
static ComplexNumber |
cos(ComplexNumber z) |
static double |
cos(double x) |
static ComplexNumber |
cosh(ComplexNumber z) |
static double |
cosh(double x) |
static ComplexNumber |
sin(ComplexNumber z) |
static double |
sin(double x) |
static ComplexNumber |
sinh(ComplexNumber z) |
static double |
sinh(double x) |
static ComplexNumber |
tan(ComplexNumber z) |
static double |
tan(double x) |
static ComplexNumber |
tanh(ComplexNumber z) |
static double |
tanh(double x) |
public static double acos(double x)
public static ComplexNumber acos(ComplexNumber z)
z - A complex numberpublic static double acosh(double x)
public static ComplexNumber acosh(ComplexNumber z)
public static double asin(double x)
public static ComplexNumber asin(ComplexNumber z)
public static double asinh(double x)
public static ComplexNumber asinh(ComplexNumber z)
public static double atan(double x)
public static ComplexNumber atan(ComplexNumber z)
public static double atanh(double x)
public static ComplexNumber atanh(ComplexNumber z)
public static double cos(double x)
public static ComplexNumber cos(ComplexNumber z)
public static double cosh(double x)
public static ComplexNumber cosh(ComplexNumber z)
public static double sin(double x)
public static ComplexNumber sin(ComplexNumber z)
public static double sinh(double x)
public static ComplexNumber sinh(ComplexNumber z)
public static double tan(double x)
public static ComplexNumber tan(ComplexNumber z)
public static double tanh(double x)
public static ComplexNumber tanh(ComplexNumber z)
Copyright 2009-Present by OpenGamma Inc. and individual contributors
Apache v2 licensed
Additional documentation can be found at strata.opengamma.io.