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

Re^6: return +0 (-.0?)

by Sidhekin (Priest)
on Nov 28, 2007 at 22:23 UTC ( [id://653690]=note: print w/replies, xml ) Need Help??


in reply to Re^5: return +0 (-.0?)
in thread return +0

It depends on the math libraries? They're different here, at least:

sidhekin@blackbox[23:22:41]~$ perl -MDevel::Peek -le 'Dump(.0)' SV = NV(0x816e490) at 0x814dce4 REFCNT = 1 FLAGS = (PADBUSY,PADTMP,NOK,READONLY,pNOK) NV = 0 sidhekin@blackbox[23:22:51]~$ perl -MDevel::Peek -le 'Dump(-.0)' SV = NV(0x816e4a0) at 0x814dd20 REFCNT = 1 FLAGS = (PADBUSY,PADTMP,NOK,READONLY,pNOK) NV = -0 sidhekin@blackbox[23:22:53]~$

print "Just another Perl ${\(trickster and hacker)},"
The Sidhekin proves Sidhe did it!

Log In?
Username:
Password:

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

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

    No recent polls found