Gets the hyperbolic cosine of a complex number.
Namespace: Extreme.MathematicsAssembly: Extreme.Numerics.Net40 (in Extreme.Numerics.Net40.dll) Version: 6.0.16073.0 (6.0.16312.0)
public static Complex<T> Cosh(
Complex<T> z
)
Public Shared Function Cosh (
z As Complex(Of T)
) As Complex(Of T)
public:
static Complex<T> Cosh(
Complex<T> z
)
static member Cosh :
z : Complex<'T> -> Complex<'T>
Parameters
- z
- Type: Extreme.MathematicsComplexT
A complex number.
Return Value
Type:
ComplexTThe hyperbolic cosine of the complex number.
Numerical Libraries
Supported in: 6.0, 5.x
Reference