Beefy Boxes and Bandwidth Generously Provided by pair Networks
P is for Practical
 
PerlMonks  

Re^2: Rounding off numbers

by Tanalis (Curate)
on Apr 20, 2006 at 14:36 UTC ( [id://544614]=note: print w/replies, xml ) Need Help??


in reply to Re: Rounding off numbers
in thread Rounding off numbers

.. though it's important to remember that simply casting a float to an int, thus:
my $float = 2.744; my $int = int $float;
results in the decimal part of the number simply being truncated, giving an integer value with the above example of 2, not 3, which is possibly not what's expected.

Update: Although, of course, adding the 0.5 to the number solves the problem nicely. Didn't see that in the post until just now ..

Replies are listed 'Best First'.
Re^3: Rounding off numbers
by sgifford (Prior) on Apr 20, 2006 at 14:37 UTC

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others goofing around in the Monastery: (2)
As of 2024-04-25 19:08 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found