Beefy Boxes and Bandwidth Generously Provided by pair Networks
good chemistry is complicated,
and a little bit messy -LW
 
PerlMonks  

Re: bitwise shift operator

by GrandFather (Saint)
on Apr 19, 2007 at 01:02 UTC ( #610880=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    print 1<<31, "\n";
    print 2 * (1<<31), "\n";
    print 1<<32, "\n";
    print 2**32, "\n";
    
  2. or download this
    2147483648
    4294967296
    1
    4294967296
    

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://610880]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this? | Other CB clients
Other Users?
Others cooling their heels in the Monastery: (1)
As of 2023-06-06 02:58 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?
    How often do you go to conferences?






    Results (26 votes). Check out past polls.

    Notices?