Overload List
| # | Signature | Description |
|---|---|---|
| 1 | function Arg(const Z: TCplx): Double; | The argument of Z. |
| 2 | function Arg(const Z: TSCplx): Single; |
Overload 1: function Arg(const Z: TCplx): Double;
The argument of Z.
| # | Name | Type | Description |
|---|---|---|---|
| 1 | Z | TCplx |
Returns: Double - the argument of the complex number Z: Arg(Z) = ArcTan(Z.Im/Z.Re).
Overload 2: function Arg(const Z: TSCplx): Single;
| # | Name | Type | Description |
|---|---|---|---|
| 1 | Z | TSCplx |
Returns: Single