Beefy Boxes and Bandwidth Generously Provided by pair Networks
Problems? Is your data what you think it is?
 
PerlMonks  

Re^3: Test Driven Development, for software and for pancakes

by stevieb (Canon)
on Jul 23, 2017 at 23:14 UTC ( [id://1195849]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    #define MULT 2
    return ((int)pow(MULT, bits) - 1) << lsb;
    
  2. or download this
    return ((1 << bits) - 1) << lsb;
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others about the Monastery: (3)
As of 2024-04-24 00:00 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found