Q_Pow()

Syntax

pointer.qfloat = Q_Pow(n1.qfloat, n2.qfloat [, result.qfloat])

Description

Raises n1 to the n2 power. n2 can be both, an integer qfloat or a float qfloat.

The result is stored in n1 or, if the optional parameter is given, in result.