Help for this page

Select Code to Download


  1. or download this
    if (x < 0) {
      return x ** y if y is an integer;
    ...
    else {
      return x ** y;
    }