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

Re^5: Spaceship Zero

by ikegami (Patriarch)
on Nov 10, 2008 at 16:21 UTC ( [id://722680]=note: print w/replies, xml ) Need Help??


in reply to Re^4: Spaceship Zero
in thread Spaceship Zero

The OP didn't say sign function, he said sign of a number. In floating point numbers, every number including zero has a sign. -0 is a different number than 0. It's not a visual representation. It's used in underflows. n = 0 means 0 ≤ n < {smallest positive}. n = -0 means {smallest negative} < n ≤ 0

Replies are listed 'Best First'.
Re^6: Spaceship Zero (real)
by tye (Sage) on Nov 10, 2008 at 17:16 UTC
    The OP didn't say sign function, he said sign of a number.

    Actually, he said sgn($x) three times.

    In real numbers, 0 is neither positive nor negative. The fiction of "negative zero" in some floating point implementations can be interesting but doesn't trump the existence of the Real number system.

    And that the OP wanted 0 returned for the "sign" of zero is quite clearly stated in multiple ways, despite your misinterpretting "sign of a number" to mean "sign of a floating point number (in an implementation that implements negative zero and 'treats negative zero consistently in arithmetic operations')". The ability to get -1 from "negative zero" on some systems is surely useful in some cases. But it is certainly not the only useful result.

    - tye        

      I agree, by the way. Like I stated, I was just answering what I thought the anonymous monk meant.

Log In?
Username:
Password:

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

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

    No recent polls found