Help for this page

Select Code to Download


  1. or download this
    int uv_fits_double(UV arg) {
    
    ...
    
      return 0;
    }
    
  2. or download this
    sub uv_fits_double {
    
    ...
    
      return 0;
    }
    
  3. or download this
    use strict;
    use warnings;
    ...
    Should output 1101
    The 4th value fits, even though it's greater
    than the 3rd value (which doesn't fit).