public class TrigMath extends Object
Constructor and Description |
---|
TrigMath() |
Modifier and Type | Method and Description |
---|---|
static double |
acosh(double x) |
static double |
acotch(double x) |
static double |
acsch(double x) |
static double |
asech(double x) |
static double |
asinh(double x) |
static double |
atanh(double x) |
static double |
coth(double x) |
static double |
csch(double x) |
static double |
sech(double x) |
public static double coth(double x)
public static double sech(double x)
public static double csch(double x)
public static double asinh(double x)
public static double acosh(double x)
public static double atanh(double x)
public static double asech(double x)
public static double acsch(double x)
public static double acotch(double x)
Copyright © 2017. All rights reserved.