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