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];
    }