ComplexCosh(Complex) Method |
Calculates the Kosinus Hyperbolicus of the complex number
Namespace: RelaxIS_SDK.libMathAssembly: RelaxIS SDK (in RelaxIS SDK.dll) Version: 3.0.23.63
Syntax public static Complex Cosh(
Complex c
)
Public Shared Function Cosh (
c As Complex
) As Complex
Dim c As Complex
Dim returnValue As Complex
returnValue = Complex.Cosh(c)
Parameters
- c Complex
- The complex number used for calculation
Return Value
ComplexThe Kosinus Hyperbolicus of the complex number
See Also