Uses of Class
org.hipparchus.util.SinhCosh
Package
Description
Convenience routines and common data structures used throughout the Hipparchus library.
-
Uses of SinhCosh in org.hipparchus.util
Modifier and TypeMethodDescriptionstatic 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
Compute hyperbolic sine and hyperbolic cosine of angles sum.Modifier and TypeMethodDescriptionstatic SinhCosh
SinhCosh.difference
(SinhCosh schAlpha, SinhCosh schBeta) Compute hyperbolic sine and hyperbolic cosine of angles difference.static SinhCosh
Compute hyperbolic sine and hyperbolic cosine of angles sum.