WorksheetFunction.ImCosh(Object) Method

Definition

Returns the hyperbolic cosine of a complex number.

public:
 System::String ^ ImCosh(System::Object ^ Arg1);
public string ImCosh (object Arg1);
Public Function ImCosh (Arg1 As Object) As String

Parameters

Arg1
Object

Complex number for which you want the hyperbolic cosine.

Returns

STRING

Applies to