Help for this page

Select Code to Download


  1. or download this
    use constant PI => 3.141592653589793238;
    
  2. or download this
    use constant PI => 4 * atan 1, 1;
    
    ## or as i prefer
    # sub PI() { 4 * atan 1, 1 }
    
  3. or download this
    .