[][src]Function qt_core::q_pow

pub unsafe fn q_pow(x: c_double, y: c_double) -> c_double

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().