Beefy Boxes and Bandwidth Generously Provided by pair Networks
good chemistry is complicated,
and a little bit messy -LW
 
PerlMonks  

Re: Challenge: Simple algorithm for continuing series of integers

by kyle (Abbot)
on Oct 20, 2008 at 19:09 UTC ( [id://718277]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    sub geometric {
        my @known = @_;
    ...
        return undef if scalar @next != 1;
        return $next[0];
    }
    

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://718277]
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: (4)
As of 2024-04-18 05:02 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found