public class SinhCosh extends Object
This class is a simple container, it does not provide any computational method.
FastMath.sinhCosh(double)
Modifier and Type | Method and Description |
---|---|
double |
cosh()
Get the value of the hyperbolic cosine.
|
static SinhCosh |
difference(SinhCosh schAlpha,
SinhCosh schBeta)
Compute hyperbolic sine and hyperbolic cosine of angles difference.
|
double |
sinh()
Get the value of the hyperbolic sine.
|
static SinhCosh |
sum(SinhCosh schAlpha,
SinhCosh schBeta)
Compute hyperbolic sine and hyperbolic cosine of angles sum.
|
public double sinh()
public double cosh()
public static SinhCosh sum(SinhCosh schAlpha, SinhCosh schBeta)
schAlpha
- (sinhα,coshα)(sinhα,coshα)schBeta
- (sinhβ,coshβ)Copyright © 2016-2021 CS GROUP. All rights reserved.