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

Re^2: [Study]: Searching for square roots

by Limbic~Region (Chancellor)
on Nov 14, 2006 at 21:21 UTC ( [id://584072]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    print sqrt($_), "\t", mysqrt($_, .0000001), "\n" for qw/.25 .50 .75 1 
    +10 50 100 1000 31415926/;
    sub mysqrt {
    ...
        $try = $dif > 0 ? $try + $len : $try - $len;
        return mysqrt($tgt, $err, $try, $len);
    }
    

Log In?
Username:
Password:

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

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

    No recent polls found