pow#

rbc.stdlib.elementwise_functions.pow(x1, x2)#

Calculates an implementation-dependent approximation of exponentiation by raising each element x1_i (the base) of the input array x1 to the power of x2_i (the exponent), where x2_i is the corresponding element of the input array x2.

Array-API ‘pow’ doc