Beefy Boxes and Bandwidth Generously Provided by pair Networks
more useful options
 
PerlMonks  

Re: Pascal triange...

by Zaxo (Archbishop)
on Jun 19, 2002 at 09:16 UTC ( [id://175597]=note: print w/replies, xml ) Need Help??


in reply to Pascal's triangle...

<score>
sub pascal { my ($rows) = @_ return $rows * ( $rows + 1 ) / 2; }
</score>

Update: Nevermind, I missed your intent.

After Compline,
Zaxo

Log In?
Username:
Password:

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

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

    No recent polls found