Overload List
| # | Signature | Description |
|---|---|---|
| 1 | double Log10(const double X); | Log base 10. |
| 2 | TCplx Log10(const TCplx &X); | Log base 10. |
| 3 | TSCplx Log10(const TSCplx &X); |
Overload 1: double Log10(const double X);
Log base 10.
| # | Name | Type | Description |
|---|---|---|---|
| 1 | X | const double |
Returns: Returns the log base 10 for real argument X.
See Also: Math387::Log2, Math387::LogN
Declared in Dew::Math::Units::Math387 · Dew.Math/Units.Math387.h · Cross-compiler
Overload 2: TCplx Log10(const TCplx &X);
Log base 10.
| # | Name | Type | Description |
|---|---|---|---|
| 1 | X | const TCplx & |
Returns: Returns the log base 10 for complex argument X.
See Also: Math387::Log2, Math387::LogN
Declared in Dew::Math::Units::Math387 · Dew.Math/Units.Math387.h · Cross-compiler
Overload 3: TSCplx Log10(const TSCplx &X);
| # | Name | Type | Description |
|---|---|---|---|
| 1 | X | const TSCplx & |
Declared in Dew::Math::Units::Math387 · Dew.Math/Units.Math387.h · Cross-compiler