Beefy Boxes and Bandwidth Generously Provided by pair Networks
XP is just a number
 
PerlMonks  

(jeffa) Re: Recursion

by jeffa (Bishop)
on Nov 15, 2000 at 00:30 UTC ( [id://41637]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    my @numbs = qw(1 2 3 4 5 6 7 8 9 10);
    
    ...
        }
    
    }
    
  2. or download this
    Benchmark: timing 100000 iterations of Loop, Recursive...
         Loop:  1 wallclock secs ( 0.70 usr +  0.00 sys =  0.70 CPU)
    Recursive:  1 wallclock secs ( 0.68 usr +  0.00 sys =  0.68 CPU)
    
  3. or download this
    Benchmark: timing 100000 iterations of Guass...
        Guass:  1 wallclock secs ( 0.49 usr +  0.00 sys =  0.49 CPU)
    

Log In?
Username:
Password:

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

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

    No recent polls found