Function qt_core::q_ln

source ·
pub unsafe fn q_ln(v: c_double) -> c_double
Expand description

Returns the natural logarithm of v. Natural logarithm uses base e.

Calls C++ function: double qLn(double v).

C++ documentation:

Returns the natural logarithm of v. Natural logarithm uses base e.

See also qExp().