Beefy Boxes and Bandwidth Generously Provided by pair Networks
Do you know where your variables are?
 
PerlMonks  

Re^3: Converting a string to a real numeric value - what's faster?

by mwah (Hermit)
on Sep 17, 2009 at 10:04 UTC ( [id://795837]=note: print w/replies, xml ) Need Help??


in reply to Re^2: Converting a string to a real numeric value - what's faster?
in thread Converting a string to a real numeric value - what's faster?

if i am handling non-floating-point values, it's a bit more elegant ... to use int()

.. if it's worth the typed characters at all ;-)

As you said before, Perl will convert the string into a number internally if the string isn't already converted (IV-Flag not set) and if the string is used in a numerical context.

Of course, when using Perl-Guts (XS), you have to worry.

regards

mwa

  • Comment on Re^3: Converting a string to a real numeric value - what's faster?

Log In?
Username:
Password:

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

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

    No recent polls found