Help for this page

Select Code to Download


  1. or download this
    sub pie() {
        2 * atan2(1, 0);
    }
    
  2. or download this
    sub pi () {
      atan2(0, -1);
    }