Elementary.SinhCosh 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.0
C#
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.

See Also