Beefy Boxes and Bandwidth Generously Provided by pair Networks
Perl: the Markov chain saw
 
PerlMonks  

Re: [Study]: Searching for square roots

by blazar (Canon)
on Nov 14, 2006 at 16:57 UTC ( [id://584008]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    sub middle ($$) {
      my ( $a, $b ) = ( shift, shift );
      return ($a + $b) / 2
    }
    
  2. or download this
    my ($n,$m)=@_;
    
  3. or download this
    print "SQRT 16:\n",  &sqrt( 16 ), $/, $/;
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others admiring the Monastery: (5)
As of 2024-03-28 16:33 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found