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