Overload List
Overload 1: double LogN(const double N, const double X);
Log base N.
| # | Name | Type | Description |
|---|---|---|---|
| 1 | N | const double | |
| 2 | X | const double |
Returns: Returns the log base N for real argument X.
See Also: Math387::Log2, Math387::Log10
Declared in Dew::Math::Units::Math387 · Dew.Math/Units.Math387.h · Cross-compiler
Overload 2: TCplx LogN(const double N, const TCplx &X);
Log base N.
| # | Name | Type | Description |
|---|---|---|---|
| 1 | N | const double | |
| 2 | X | const TCplx & |
Returns: Returns the log base N for complex argument X.
See Also: Math387::Log2, Math387::Log10
Declared in Dew::Math::Units::Math387 · Dew.Math/Units.Math387.h · Cross-compiler
Overload 3: TSCplx LogN(const float N, const TSCplx &X);
| # | Name | Type | Description |
|---|---|---|---|
| 1 | N | const float | |
| 2 | X | const TSCplx & |
Declared in Dew::Math::Units::Math387 · Dew.Math/Units.Math387.h · Cross-compiler
Overload 4: TCplx LogN(const TCplx &N, const TCplx &X);
Log base N.
Returns: Returns the log of complex base N for complex argument X.
Remarks:
Note
Both base N argument X are complex numbers.
Declared in Dew::Math::Units::Math387 · Dew.Math/Units.Math387.h · Cross-compiler
Overload 5: TSCplx LogN(const TSCplx &N, const TSCplx &X);
Declared in Dew::Math::Units::Math387 · Dew.Math/Units.Math387.h · Cross-compiler
Overload 6: TCplx LogN(const TCplx &N, const double X);
Log base N.
| # | Name | Type | Description |
|---|---|---|---|
| 1 | N | const TCplx & | |
| 2 | X | const double |
Returns: Returns the log of complex base N for real argument X.
Remarks:
Note: Only base N is complex numbers.
Declared in Dew::Math::Units::Math387 · Dew.Math/Units.Math387.h · Cross-compiler
Overload 7: TSCplx LogN(const TSCplx &N, const float X);
| # | Name | Type | Description |
|---|---|---|---|
| 1 | N | const TSCplx & | |
| 2 | X | const float |
Declared in Dew::Math::Units::Math387 · Dew.Math/Units.Math387.h · Cross-compiler