Overload List
Overload 1: function LogN(const N: TCplx; const X: TCplx): TCplx;
Log base N.
Returns: TCplx (complex) - Returns the log of complex base N for complex argument X.
Remarks:
Note
Both base N argument X are complex numbers.
Overload 2: function LogN(const N: TCplx; const X: Double): TCplx;
Log base N.
| # | Name | Type | Description |
|---|---|---|---|
| 1 | N | TCplx | |
| 2 | X | Double |
Returns: TCplx (complex) - Returns the log of complex base N for real argument X.
Remarks:
Note: Only base N is complex numbers.
Overload 3: function LogN(const N: TSCplx; const X: TSCplx): TSCplx;
Overload 4: function LogN(const N: TSCplx; const X: Single): TSCplx;
| # | Name | Type | Description |
|---|---|---|---|
| 1 | N | TSCplx | |
| 2 | X | Single |
Returns: TSCplx
Overload 5: function LogN(const N: Double; const X: TCplx): TCplx;
Log base N.
| # | Name | Type | Description |
|---|---|---|---|
| 1 | N | Double | |
| 2 | X | TCplx |
Returns: TCplx (complex) - Returns the log base N for complex argument X.
See Also: Math387.Log2, Math387.Log10
Overload 6: function LogN(const N: Double; const X: Double): Double;
Log base N.
| # | Name | Type | Description |
|---|---|---|---|
| 1 | N | Double | |
| 2 | X | Double |
Returns: Double - Returns the log base N for real argument X.
See Also: Math387.Log2, Math387.Log10
Overload 7: function LogN(const N: Single; const X: TSCplx): TSCplx;
| # | Name | Type | Description |
|---|---|---|---|
| 1 | N | Single | |
| 2 | X | TSCplx |
Returns: TSCplx
Overload 8: function LogNf(const N: Single; const X: Single): Single;
| # | Name | Type | Description |
|---|---|---|---|
| 1 | N | Single | |
| 2 | X | Single |
Returns: Single