Overload List
| # | Signature | Description |
|---|---|---|
| 1 | TCplx Log10(TCplx X) | Log base 10. |
| 2 | TSCplx Log10(TSCplx X) | |
| 3 | Double Log10(Double X) | Log base 10. |
| 4 | Single Log10f(Single X) |
Overload 1: TCplx Log10(TCplx X)
Log base 10.
| # | Name | Type | Description |
|---|---|---|---|
| 1 | X | TCplx | scalar |
Returns: TCplx (complex) - Returns the log base 10 for complex argument X.
See Also: Math387.Log2, Math387.LogN
Overload 2: TSCplx Log10(TSCplx X)
| # | Name | Type | Description |
|---|---|---|---|
| 1 | X | TSCplx | scalar |
Returns: TSCplx
Overload 3: Double Log10(Double X)
Log base 10.
| # | Name | Type | Description |
|---|---|---|---|
| 1 | X | Double | scalar |
Returns: Double - Returns the log base 10 for real argument X.
See Also: Math387.Log2, Math387.LogN
Overload 4: Single Log10f(Single X)
| # | Name | Type | Description |
|---|---|---|---|
| 1 | X | Single | scalar |
Returns: Single