WorksheetFunction.ImCot(Object) Method

Definition

Returns the cotangent of a complex number.

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

Parameters

Arg1
Object

Complex number for which you want the cotangent.

Returns

STRING

Applies to