Elementary.Sinh Cosh Method
Returns a tuple of the hyperbolic sine and cosine of a real number.
Definition
Namespace: Numerics.NET
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.3
C#
A tuple of the hyperbolic sine and cosine of x.
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.3
public static (double , double ) SinhCosh(
double x
)
Parameters
- x Double
- A real number.
Return Value
ValueTuple<Double, Double>A tuple of the hyperbolic sine and cosine of x.