Package | Description |
---|---|
org.hipparchus.util |
Convenience routines and common data structures used throughout the Hipparchus library.
|
Modifier and Type | Method and 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.
|
Modifier and Type | Method and 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.
|
Copyright © 2016-2022 CS GROUP. All rights reserved.