Function qt_core::q_exp

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

Returns the exponential function of e to the power of v.

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

C++ documentation:

Returns the exponential function of e to the power of v.

See also qLn().