jsat.math
Class TrigMath
- java.lang.Object
-
- jsat.math.TrigMath
-
public class TrigMath extends java.lang.ObjectThis class includes additional trig and hyperbolic trig that does not come with Java.Math by default.
-
-
Constructor Summary
Constructors Constructor and Description TrigMath()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method and Description static doubleacosh(double x)static doubleacotch(double x)static doubleacsch(double x)static doubleasech(double x)static doubleasinh(double x)static doubleatanh(double x)static doublecoth(double x)static doublecsch(double x)static doublesech(double x)
-
-
-
Method Detail
-
coth
public static double coth(double x)
-
sech
public static double sech(double x)
-
csch
public static double csch(double x)
-
asinh
public static double asinh(double x)
-
acosh
public static double acosh(double x)
-
atanh
public static double atanh(double x)
-
asech
public static double asech(double x)
-
acsch
public static double acsch(double x)
-
acotch
public static double acotch(double x)
-
-
DataMelt 3.0 © DataMelt by jWork.ORG