Beefy Boxes and Bandwidth Generously Provided by pair Networks
Come for the quick hacks, stay for the epiphanies.
 
PerlMonks  

Re: Perl returns NaN after addition

by syphilis (Archbishop)
on Oct 17, 2013 at 01:35 UTC ( [id://1058577]=note: print w/replies, xml ) Need Help??


in reply to Perl returns NaN after addition

Could it be that it's too large for perl? or it could be a non-numeric variable in the data file, so how would I test for that?

You can get a result of "NaN" by doing addition *only* if one (or more) of the values being summed is a NaN.
I would therefore check the terms being added to see if any of them match the regex /^nan/i .

Cheers,
Rob

Replies are listed 'Best First'.
Re^2: Perl returns NaN after addition
by tinita (Parson) on Oct 17, 2013 at 01:42 UTC
    or, if the OP happens to use Math::BigFloat:
    $ perl -MMath::BigFloat -wE 'say Math::BigFloat->new(5) + "foo"' NaN
      or, if the OP happens to use Math::BigFloat

      It's interesting that Math::BigFloat decides it has to numify a non-numeric string to NaN ... when everything else numifies such a string to zero.

      Actually, I'm tempted to s/interesting/stupid/, but maybe there's a precedent somewhere that gives some credence to the Math::BigFloat behaviour.

      Cheers,
      Rob

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others browsing the Monastery: (3)
As of 2025-06-17 04:04 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found

    Notices?
    erzuuliAnonymous Monks are no longer allowed to use Super Search, due to an excessive use of this resource by robots.