Uses of Class
org.hipparchus.util.SinhCosh
Packages that use SinhCosh
Package
Description
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 SinhCoshModifier 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.Methods in org.hipparchus.util with parameters of type SinhCoshModifier 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.