Beefy Boxes and Bandwidth Generously Provided by pair Networks
"be consistent"
 
PerlMonks  

James Board's scratchpad

by James Board (Beadle)
on Aug 19, 2008 at 01:14 UTC ( [id://705112]=scratchpad: print w/replies, xml ) Need Help??

my $OldSum = 1.0; my $sub = 0.5; while (1) { print "Sum: $OldSum\n"; $NewSum = $OldSum - $sub; ($NewSum == $OldSum) and exit(0); $OldSum = $NewSum; $sub/= 2; }
Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others goofing around in the Monastery: (2)
As of 2026-03-12 05:09 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found

    Notices?
    hippoepoptai's answer Re: how do I set a cookie and redirect was blessed by hippo!
    erzuuliAnonymous Monks are no longer allowed to use Super Search, due to an excessive use of this resource by robots.