Complex Numbers Support Routines

From RAD Studio
Jump to: navigation, search

Go Up to API Categories Index

This topic lists all complex numbers support routines.

Routine Description

System.VarCmplx.VarAsComplex

Casts an arbitrary Variant so that it is a custom Variant representing a complex number.

System.VarCmplx.VarComplex

Returns the Variant type code for custom Variants that represent complex numbers.

System.VarCmplx.VarComplexAbs

Returns the absolute value of a complex number.

System.VarCmplx.VarComplexAbsSqr

Returns the square of the absolute value of a complex number.

System.VarCmplx.VarComplexAngle

Returns the angle made by a complex number.

System.VarCmplx.VarComplexArcCos

Returns the inverse cosine of a complex number.

System.VarCmplx.VarComplexArcCosH

Returns the hyperbolic inverse cosine of a complex number.

System.VarCmplx.VarComplexArcCot

Returns the inverse cotangent of a complex number.

System.VarCmplx.VarComplexArcCotH

Returns the hyperbolic inverse cotangent of a complex number.

System.VarCmplx.VarComplexArcCsc

Returns the inverse cosecant of a complex number.

System.VarCmplx.VarComplexArcCscH

Returns the hyperbolic inverse cosecant of a complex number.

System.VarCmplx.VarComplexArcSec

Returns the inverse secant of a complex number.

System.VarCmplx.VarComplexArcSecH

Returns the hyperbolic inverse secant of a complex number.

System.VarCmplx.VarComplexArcSin

Returns the inverse sine of a complex number.

System.VarCmplx.VarComplexArcSinH

Returns the hyperbolic inverse sine of a complex number.

System.VarCmplx.VarComplexArcTan

Returns the inverse tangent of a complex number.

System.VarCmplx.VarComplexArcTanH

Returns the hyperbolic inverse tangent of a complex number.

System.VarCmplx.VarComplexConjugate

Returns the conjugate of a complex number.

System.VarCmplx.VarComplexCos

Returns the cosine of a complex number.

System.VarCmplx.VarComplexCosH

Returns the hyperbolic cosine of a complex number.

System.VarCmplx.VarComplexCot

Returns the cotangent of a complex number.

System.VarCmplx.VarComplexCotH

Returns the hyperbolic cotangent of a complex number.

System.VarCmplx.VarComplexCreate

Returns a custom Variant that represents a complex number.

System.VarCmplx.VarComplexCsc

Returns the cosecant of a complex number.

System.VarCmplx.VarComplexCscH

Returns the hyperbolic cosecant of a complex number.

System.VarCmplx.VarComplexExp

Returns the exponential of a complex number.

System.VarCmplx.VarComplexFromPolar

Converts a set of polar coordinates to a complex number.

System.VarCmplx.VarComplexInverse

Returns the inverse of a complex number.

System.VarCmplx.VarComplexLn

Returns the natural log of a complex number.

System.VarCmplx.VarComplexLog10

Returns the log base 10 of a complex number.

System.VarCmplx.VarComplexLog2

Returns the log base 2 of a complex number.

System.VarCmplx.VarComplexLogN

Returns the log base N of a complex number.

System.VarCmplx.VarComplexPower

Returns the value of a complex number raised to a specified power.

System.VarCmplx.VarComplexSec

Returns the secant of a complex number.

System.VarCmplx.VarComplexSecH

Returns the hyperbolic secant of a complex number.

System.VarCmplx.VarComplexSimplify

Reduces a Variant that represents a complex number to one that represents a real value, if possible.

System.VarCmplx.VarComplexSin

Returns the sine of a complex number.

System.VarCmplx.VarComplexSinH

Returns the hyperbolic sine of a complex number.

System.VarCmplx.VarComplexSqr

Returns the square of a complex number.

System.VarCmplx.VarComplexSqrt

Returns the square root of a complex number.

System.VarCmplx.VarComplexTan

Returns the tangent of a complex number.

System.VarCmplx.VarComplexTanH

Returns the hyperbolic tangent of a complex number.

System.VarCmplx.VarComplexTimesImaginary

Returns the value of a complex number multiplied by an imaginary number.

System.VarCmplx.VarComplexTimesNegI

Returns the value of a complex number multiplied by -i.

System.VarCmplx.VarComplexTimesPosI

Returns the value of a complex number multiplied by i.

System.VarCmplx.VarComplexTimesReal

Returns the value of a complex number multiplied by a real number.

System.VarCmplx.VarComplexToPolar

Computes the polar coordinates that correspond to a custom Variant that represents a complex number.

System.VarCmplx.VarIsComplex

Indicates whether a Variant stores its data internally as a complex number.


See Also