Uses of Class
org.hipparchus.util.SinhCosh
-
Packages that use SinhCosh Package Description org.hipparchus.util Convenience routines and common data structures used throughout the Hipparchus library. -
-
Uses of SinhCosh in org.hipparchus.util
Methods in org.hipparchus.util that return SinhCosh Modifier and Type Method Description static SinhCosh
SinhCosh. difference(SinhCosh schAlpha, SinhCosh schBeta)
Compute hyperbolic sine and hyperbolic cosine of angles difference.static SinhCosh
FastMath. sinhCosh(double x)
Combined hyperbolic sine and hyperbolic cosine function.static SinhCosh
SinhCosh. sum(SinhCosh schAlpha, SinhCosh schBeta)
Compute hyperbolic sine and hyperbolic cosine of angles sum.Methods in org.hipparchus.util with parameters of type SinhCosh Modifier and Type Method Description static SinhCosh
SinhCosh. difference(SinhCosh schAlpha, SinhCosh schBeta)
Compute hyperbolic sine and hyperbolic cosine of angles difference.static SinhCosh
SinhCosh. sum(SinhCosh schAlpha, SinhCosh schBeta)
Compute hyperbolic sine and hyperbolic cosine of angles sum.
-