Beefy Boxes and Bandwidth Generously Provided by pair Networks
We don't bite newbies here... much
 
PerlMonks  

(Efficiency Golf) Triangular numbers

by jepri (Parson)
on May 30, 2001 at 09:08 UTC ( [id://84175]=perlmeditation: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    foreach my $n (1..1000) {
     $x=.5*$n*($n+1);
     print $x;
    }
    
  2. or download this
    #!/usr/bin/perl
    use strict;
    ...
     } until $x > $num;
     return 0;
    }
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others meditating upon the Monastery: (9)
As of 2024-04-19 07:56 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found