Beefy Boxes and Bandwidth Generously Provided by pair Networks
laziness, impatience, and hubris
 
PerlMonks  

Re^3: Boolean math: Fill in the blanks.

by repellent (Priest)
on Oct 12, 2008 at 16:54 UTC ( [id://716686]=note: print w/replies, xml ) Need Help??


in reply to Re^2: Boolean math: Fill in the blanks.
in thread Boolean math: Fill in the blanks.

But plug in
    (( R & R ) | R ) & R & R

into the OP code and it tends towards 5, which was how I was interpreting the expression:
    ( R & R | R & R ) & R

My mistake. Perl evaluates ( R & R | R & R ) & R as ( (R & R) | (R & R) ) & R and that, according to my hypothesis, results in 7 bits set on average.

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others surveying the Monastery: (4)
As of 2024-04-23 23:07 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found