Imaginary<T>.Cosh Method
Gets the hyperbolic cosine of an imaginary number.
Definition
Namespace: Numerics.NET
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.2
C#
The hyperbolic cosine of the imaginary number.
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.2
public static T Cosh(
Imaginary<T> z
)
Parameters
Return Value
TThe hyperbolic cosine of the imaginary number.
Remarks
The hyperbolic cosine of an imaginary number is real.