Beefy Boxes and Bandwidth Generously Provided by pair Networks
Welcome to the Monastery
 
PerlMonks  

Re^2: Pascal's triangle...

by particle (Vicar)
on Jun 19, 2002 at 11:25 UTC ( [id://175625]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    use constant PI => 3.141592653589793238;
    
  2. or download this
    use constant PI => 4 * atan 1, 1;
    
    ## or as i prefer
    # sub PI() { 4 * atan 1, 1 }
    
  3. or download this
    .
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others having a coffee break in the Monastery: (5)
As of 2024-04-19 03:10 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found