QQmlPrivate Namespace

Functions

double jsExponentiate(double base, double exponent)

Function Documentation

double QQmlPrivate::jsExponentiate(double base, double exponent)

\internal\since 6.4

Performs JavaScript's Number::exponentiate operation on base and exponent, and returns the result.

See https://tc39.es/ecma262/multipage/ecmascript-data-types-and-values.html#sec-numeric-types-number-exponentiate