Help for this page

Select Code to Download


  1. or download this
    int uv_fits_double (UV arg) {
    while(!(arg & 1)) arg >>= 1;
      if(arg < 9007199254740993) return 1;
      return 0;
    }
    
  2. or download this
    use warnings;
    use Benchmark;
    ...
    });
    
    __END__