Help for this page

Select Code to Download


  1. or download this
    
    also (int) in the 16th line has been unavoidable for me to make this c
    +ode work since I wanted to work with numbers
    
  2. or download this
    #!/usr/local/bin/perl
    
    ...
                    printf "%d\t\t%d\t\t%#b\t\t%#32b\t\n", $element, $nega
    +tive, $element,$negative;
                    }
            }