System.VarCmplx.VarComplexArcCot

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function VarComplexArcCot(const AValue: Variant): Variant;

C++

extern DELPHI_PACKAGE System::Variant __fastcall VarComplexArcCot(const System::Variant &AValue);

Properties

Type Visibility Source Unit Parent
function public
System.VarCmplx.pas
System.VarCmplx.hpp
System.VarCmplx System.VarCmplx

Description

Returns the inverse cotangent of a complex number.

VarComplexArcCot computes the inverse cotangent of a complex number and returns the result.

AValue is a Variant whose value represents the complex number.

VarComplexArcCot returns a Variant whose value is the inverse cotangent of AValue.

See Also