in reply to RE: RE: RE: RE: RE: (Ovid) Re: General quesion
in thread General quesion
# perldoc -f int =item int EXPR =item int Returns the integer portion of EXPR. etc...Reread my post, I make no mention of int() rounding. And you are incorrect, Perl's int() doesn't round down, it simply gives you the integer portion.
# perl -wle 'print int(1.66)'
But, I do see where my wording may have been confuzzling, so I changed it a little.
Cheers,
KM
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
RE: RE: RE: RE: RE: RE: RE: (Ovid) Re: General quesion
by tye (Sage) on Aug 08, 2000 at 23:58 UTC | |
by KM (Priest) on Aug 09, 2000 at 00:04 UTC |