Beefy Boxes and Bandwidth Generously Provided by pair Networks
Perl-Sensitive Sunglasses
 
PerlMonks  

Re: Detecting whether UV fits into an NV

by stevieb (Canon)
on Feb 26, 2020 at 02:33 UTC ( [id://11113421]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    #include <stdio.h>
    #include <stdint.h>
    #include <math.h>
    ...
        unsigned int numBits = bitCount(num);
        return numBits <= MAXLEN ? 1 : 0;
    }
    
  2. or download this
    Fit? Small: 1, Big: 0
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others learning in the Monastery: (2)
As of 2024-04-26 06:26 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found