copapy.pow#

copapy.pow(x, y)#

x to the power of y

Parameters:

x (vector[Any] | value[Any] | int | float | bool) – Input value

Return type:

Any

Returns:

result of x**y