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