Math387.Ln / Lnf Method

Overload List

#SignatureDescription
1TCplx Ln(TCplx X)Natural logarithm.
2TSCplx Ln(TSCplx X)
3Double Ln(Double Src)
4Double Ln(Int32 Src)
5Double Ln(Int64 Src)
6Single Ln(Single Src)
7Single Lnf(Int32 Src)
8Single Lnf(Int64 Src)
9Single Lnf(Single X)e^x function.

Overload 1: TCplx Ln(TCplx X)

Natural logarithm.

#NameTypeDescription
1XTCplxscalar

Returns: TCplx (complex) - Returns the natural logarithm of X.

See Also: Math387.Exp, Math387.Expj

Overload 2: TSCplx Ln(TSCplx X)

#NameTypeDescription
1XTSCplxscalar

Returns: TSCplx

Overload 3: Double Ln(Double Src)

#NameTypeDescription
1SrcDoublescalar

Returns: Double

Overload 4: Double Ln(Int32 Src)

#NameTypeDescription
1SrcInt32

Returns: Double

Overload 5: Double Ln(Int64 Src)

#NameTypeDescription
1SrcInt64

Returns: Double

Overload 6: Single Ln(Single Src)

#NameTypeDescription
1SrcSinglescalar

Returns: Single

Overload 7: Single Lnf(Int32 Src)

#NameTypeDescription
1SrcInt32

Returns: Single

Overload 8: Single Lnf(Int64 Src)

#NameTypeDescription
1SrcInt64

Returns: Single

Overload 9: Single Lnf(Single X)

e^x function.

#NameTypeDescription
1XSinglescalar

Returns: Single - Returns the value of e raised to the power of X, where e is the base of natural logarithm.