Beefy Boxes and Bandwidth Generously Provided by pair Networks
Don't ask to ask, just ask
 
PerlMonks  

Re: Boolean math: Fill in the blanks.

by hawtin (Prior)
on Oct 10, 2008 at 09:54 UTC ( [id://716407]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    21 = (32 - 11) => ( ( R & R ) | R & R ) | R
    27 = (32 - 5) => ( R | R & R ) | R | R
    
  2. or download this
    use strict;
    use warnings;
    ...
      {
        print $got[$i];
      }
    
  3. or download this
    01: M & (M & (M & (M & M)))
    02: M & (M & (M & M))
    ...
    29: M | (M | (M | (M & M)))
    30: M | (M | (M | M))
    31: M | (M | (M | (M | M)))
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others pondering the Monastery: (5)
As of 2024-03-28 17:25 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found