Returns the inverse of a complex number.
function VarComplexInverse(const AValue: Variant): Variant;
Variant VarComplexInverse(const Variant AValue);
VarCmplx
VarComplexInverse returns the inverse of a complex number. The inverse is the value that results when you divide 1 by the complex number.
AValue is a Variant whose value represents the complex number.
VarComplexInverse returns a Variant whose value is the inverse of AValue.
VarComplexAbs
VarComplexAngle
VarComplexAbsSqr
VarComplexConjugate
VarComplexTimesPosI
VarComplexTimesNegI
VarComplexLn
VarComplexExp
VarComplexSqr
VarComplexSqrt
VarComplexPower