Overload List
| # | Signature | Description |
|---|---|---|
| 1 | TCplx Ln(TCplx X) | Natural logarithm. |
| 2 | TSCplx Ln(TSCplx X) | |
| 3 | Double Ln(Double Src) | |
| 4 | Double Ln(Int32 Src) | |
| 5 | Double Ln(Int64 Src) | |
| 6 | Single Ln(Single Src) | |
| 7 | Single Lnf(Int32 Src) | |
| 8 | Single Lnf(Int64 Src) | |
| 9 | Single Lnf(Single X) | e^x function. |
Overload 1: TCplx Ln(TCplx X)
Natural logarithm.
| # | Name | Type | Description |
|---|---|---|---|
| 1 | X | TCplx | scalar |
Returns: TCplx (complex) - Returns the natural logarithm of X.
See Also: Math387.Exp, Math387.Expj
Overload 2: TSCplx Ln(TSCplx X)
| # | Name | Type | Description |
|---|---|---|---|
| 1 | X | TSCplx | scalar |
Returns: TSCplx
Overload 3: Double Ln(Double Src)
| # | Name | Type | Description |
|---|---|---|---|
| 1 | Src | Double | scalar |
Returns: Double
Overload 4: Double Ln(Int32 Src)
| # | Name | Type | Description |
|---|---|---|---|
| 1 | Src | Int32 |
Returns: Double
Overload 5: Double Ln(Int64 Src)
| # | Name | Type | Description |
|---|---|---|---|
| 1 | Src | Int64 |
Returns: Double
Overload 6: Single Ln(Single Src)
| # | Name | Type | Description |
|---|---|---|---|
| 1 | Src | Single | scalar |
Returns: Single
Overload 7: Single Lnf(Int32 Src)
| # | Name | Type | Description |
|---|---|---|---|
| 1 | Src | Int32 |
Returns: Single
Overload 8: Single Lnf(Int64 Src)
| # | Name | Type | Description |
|---|---|---|---|
| 1 | Src | Int64 |
Returns: Single
Overload 9: Single Lnf(Single X)
e^x function.
| # | Name | Type | Description |
|---|---|---|---|
| 1 | X | Single | scalar |
Returns: Single - Returns the value of e raised to the power of X, where e is the base of natural logarithm.