pow constant

num Function(num x, num exponent) const pow

Computes and returns x to the power of exponent.

Implementation

static const pow = math.pow;