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