Beefy Boxes and Bandwidth Generously Provided by pair Networks
Pathologically Eclectic Rubbish Lister
 
PerlMonks  

Re: Golf: Factorials -- 33 but i like it -- (0!=1) or i got 30

by Discipulus (Canon)
on Dec 14, 2015 at 12:20 UTC ( [id://1150222]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    sub fact{
                (map{$_[0]*=$_}1..$_[0]-1)[-1]||1   # 33
    ...
    
    
    }
    
  2. or download this
    perl -e "sub fact{$x=$_;$x<0?'E':(map{$x*=$_}1..$x-1)[-1]||1} print ma
    +p{fact($_),qq(\n)}@ARGV " 0 1 3 -1
    
    ...
    6
    E
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others musing on the Monastery: (6)
As of 2024-04-16 07:01 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found