List Question
20 TechQA 2023-05-07T19:49:00.943000Why does −0 convert to the string "0"?
105 views
Asked by azoundria
How to make a constexpr that equals -0.0
42 views
Asked by Rocinante8
can you store negative zero in MongoDB?
125 views
Asked by Bear Bile Farming is Torture
Long Representation vs Double representation of positive and negative zero in java
333 views
Asked by Mr T.
Why does clang not optimize away adding 0.0 to a floating-point number?
142 views
Asked by FPK
Why does Math.min() return -0 from [+0, 0, -0]
4.3k views
Asked by Apoorva Chikara
Does R have "negative zero"?
457 views
Asked by J. Mini
Casting '0' to double precision, then multiple by -1 will result in negative zero
692 views
Asked by Mahmoud
Negative zero int
380 views
Asked by Adam
Why do we have 0.0 and -0.0 in Ruby?
8.3k views
Asked by Bruno Alexandre Moreira Pincho
Is it possible to test whether a type supports negative zero in C++ at compile time?
626 views
Asked by AudioBubble
How can I separate negative zero from positive zero?
1.7k views
Asked by swift-lynx
Float division returning -0.0 instead of 0.0
247 views
Asked by dan
How to convert −0 to string with sign preserved?
342 views
Asked by Ivan
In IEEE 754, why does adding negative zero result in a no-op but adding positive zero does not?
497 views
Asked by withkittens
Java int argument not negative
2.7k views
Asked by Belen
php how to avoid negative answer
425 views
Asked by Shahzad Malik
Any examples / scenarios where negative zero in JavaScript make a big difference?
103 views
Asked by Aaditya Sharma
In String.prototype.slice(), should .slice(0,-0) and .slice(0,+0) output the same result?
935 views
Asked by jamesinc