power function

VARP power(
  1. VARP x,
  2. VARP y
)

Implementation

VARP power(VARP x, VARP y) => F.pow(x, y);