Beefy Boxes and Bandwidth Generously Provided by pair Networks
XP is just a number
 
PerlMonks  

Re^2: Best Material for Floors: (POSIX--)

by tye (Sage)
on Dec 01, 2007 at 05:32 UTC ( [id://654279]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    sub floor {  $_[0] < 0  ?  -int(-$_[0])  :  int($_[0]);  }
    
  2. or download this
    sub floor { my $i= int( my $f= shift @_ ); return $i - ( $f<0 && $f!=$
    +i ); }
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others avoiding work at the Monastery: (6)
As of 2024-04-18 06:19 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found