Beefy Boxes and Bandwidth Generously Provided by pair Networks
The stupid question is the question not asked
 
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 wandering the Monastery: (4)
As of 2024-04-18 21:17 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found