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 SinhCoshSinhCosh.difference(SinhCosh schAlpha, SinhCosh schBeta) Compute hyperbolic sine and hyperbolic cosine of angles difference.static SinhCoshFastMath.sinhCosh(double x) Combined hyperbolic sine and hyperbolic cosine function.static SinhCoshCompute hyperbolic sine and hyperbolic cosine of angles sum.Methods in org.hipparchus.util with parameters of type SinhCoshModifier and TypeMethodDescriptionstatic SinhCoshSinhCosh.difference(SinhCosh schAlpha, SinhCosh schBeta) Compute hyperbolic sine and hyperbolic cosine of angles difference.static SinhCoshCompute hyperbolic sine and hyperbolic cosine of angles sum.