T
- the type of the field elementspublic class FieldSinhCosh<T> extends Object
This class is a simple container, it does not provide any computational method.
FastMath.sinhCosh(double)
Constructor and Description |
---|
FieldSinhCosh(T sinh,
T cosh)
Simple constructor.
|
Modifier and Type | Method and Description |
---|---|
T |
cosh()
Get the value of the hyperbolic cosine.
|
static <S extends CalculusFieldElement<S>> |
difference(FieldSinhCosh<S> schAlpha,
FieldSinhCosh<S> schBeta)
Compute hyperbolic sine and hyperbolic cosine of angles difference.
|
T |
sinh()
Get the value of the hyperbolic sine.
|
static <S extends CalculusFieldElement<S>> |
sum(FieldSinhCosh<S> schAlpha,
FieldSinhCosh<S> schBeta)
Compute hyperbolic sine and hyperbolic cosine of angles sum.
|
public T sinh()
public T cosh()
public static <S extends CalculusFieldElement<S>> FieldSinhCosh<S> sum(FieldSinhCosh<S> schAlpha, FieldSinhCosh<S> schBeta)
S
- the type of the field elementsschAlpha
- \((\sinh \alpha, \cosh \alpha)\)schBeta
- \((\sinh \beta, \cosh \beta)\)public static <S extends CalculusFieldElement<S>> FieldSinhCosh<S> difference(FieldSinhCosh<S> schAlpha, FieldSinhCosh<S> schBeta)
S
- the type of the field elementsschAlpha
- \((\sinh \alpha, \cosh \alpha)\)schBeta
- \((\sinh \beta, \cosh \beta)\)Copyright © 2016-2021 CS GROUP. All rights reserved.