Function qt_core::q_pow

source ·
pub unsafe fn q_pow(x: c_double, y: c_double) -> c_double
Expand description

Returns the value of x raised to the power of y. That is, x is the base and y is the exponent.

Calls C++ function: double qPow(double x, double y).

C++ documentation:

Returns the value of x raised to the power of y. That is, x is the base and y is the exponent.

See also qSqrt().