WorksheetFunction.ImTan(Object) Method

Definition

Returns the tangent of a complex number.

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

Parameters

Arg1
Object

Complex number for which you want the tangent.

Returns

STRING

Applies to