Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/perl -l
    
    ...
     print "$_ : 0 to ",oct $bin;
    }
    
  2. or download this
    #include <stdio.h>
    #include <stdlib.h>
    ...
          printf("%2ld\t0-%12lu\n", i, j*=2);
          }
       }
    
  3. or download this
    for(31..64){
    
  4. or download this
    Binary number > 0b11111111111111111111111111111111 non-portable at ./b
    +its line
            11
    
  5. or download this
    Integer overflow in binary number at ./bits line 12 (#1)
        (W overflow) The hexadecimal, octal or binary number you have spec
    +ified
    ...
        transparently promotes all numbers to a floating point representat
    +ion
        internally--subject to loss of precision errors in subsequent
        operations.
    
  6. or download this
    Binary number > 0b11111111111111111111111111111111 non-portable at ./b
    +its line
            12 (#2)
        (W portable) The binary number you specified is larger than 2**32-
    +1
        (4294967295) and therefore non-portable between systems.  See
        perlport for more on portability concerns.