Beefy Boxes and Bandwidth Generously Provided by pair Networks
go ahead... be a heretic
 
PerlMonks  

Re: int($x) gives strange result

by busunsl (Vicar)
on Aug 24, 2009 at 06:31 UTC ( [id://790751]=note: print w/replies, xml ) Need Help??


in reply to int($x) gives strange result

If you just want to cut off decimal places you can use the sprintf function:
$x = sprintf('%.2f', $x);

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others surveying the Monastery: (8)
As of 2024-04-23 14:21 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found