Math387::Ln Function

Overload List

#SignatureDescription
1TCplx Ln(const TCplx &X);Natural logarithm.
2TSCplx Ln(const TSCplx &X);
3double Ln(double X);

Overload 1: TCplx Ln(const TCplx &X);

Natural logarithm.

#NameTypeDescription
1Xconst TCplx &

Returns: Returns the natural logarithm of X.

See Also: Math387::Exp, Math387::Expj
Declared in Dew::Math::Units::Math387 · Dew.Math/Units.Math387.h · Cross-compiler

Overload 2: TSCplx Ln(const TSCplx &X);

#NameTypeDescription
1Xconst TSCplx &
Declared in Dew::Math::Units::Math387 · Dew.Math/Units.Math387.h · Cross-compiler

Overload 3: double Ln(double X);

#NameTypeDescription
1Xdouble
Declared in Dew::Math::Units::Math387 · Dew.Math/Units.Math387.h · Cross-compiler