Beefy Boxes and Bandwidth Generously Provided by pair Networks
We don't bite newbies here... much
 
PerlMonks  

Power Twool

by jmcnamara (Monsignor)
on Mar 29, 2002 at 16:03 UTC ( [id://155265]=obfuscated: print w/replies, xml ) Need Help??


Calculate the closest power of 2, rounded up, the wrong way. ;-)
#!/usr/bin/perl -l use strict; sub powa2 { ; local %_ = @_ ; keys %_ = pop ; $_ = %_ ; split '\/' ; pop } __END__ print powa2(63); # prints 64 print powa2(64); # prints 64 print powa2(65); # prints 128 print powa2(1234); # prints 2048

--
John.

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others cooling their heels in the Monastery: (5)
As of 2024-03-19 08:40 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found