RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
VarCmplx.VarComplexTan Function

Returns the tangent of a complex number.

Pascal
function VarComplexTan(const AValue: Variant): Variant;
C++
Variant VarComplexTan(const Variant AValue);

VarCmplx

VarComplexTan computes the tangent of a complex number and returns the result. 

AValue is a Variant whose value represents the complex number. 

VarComplexTan returns a Variant whose value is the tangent of AValue. 

 

Copyright(C) 2008 CodeGear(TM). All Rights Reserved.
What do you think about this topic? Send feedback!