Math387.CSqr Method

Overload List

#SignatureDescription
1function CSqr(const X: TCplx): TCplx;The square of complex number.
2function CSqr(const X: TSCplx): TSCplx;

Overload 1: function CSqr(const X: TCplx): TCplx;

The square of complex number.

#NameTypeDescription
1XTCplx

Returns: TCplx (complex) - the square of complex number.

See Also: Math387.CSqrt

Overload 2: function CSqr(const X: TSCplx): TSCplx;

#NameTypeDescription
1XTSCplx

Returns: TSCplx