<div>One imagines there has been bloodshed in standards meetings over things like this.<br></div><div><br></div><div>For example, IEEE 754 has both positive and negative zeros.<br></div><div><br></div><div>For those of you who don't feel that life is pedantic enough there are many fascinating articles.   You can start with:<br></div><div><br></div><div><a href="https://hackernoon.com/negative-zero-bbd5fd790af3">https://hackernoon.com/negative-zero-bbd5fd790af3</a><br></div><div><br></div><div>and if you have way way too much time on your hands on a Sunday a C++ wg21 proposal edit from Apple.  Probably from someone who thought "Life is not complex enough, I'll volunteer for the CLANG team.  Oh, and then I'll join the standards committee as well."<br></div><div><br></div><div><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2018/p0907r0.html">http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2018/p0907r0.html</a><br></div><div><br></div><div>cheers<br></div><div><br></div><div>bruce</div><div><br></div><div><i>30 June 2018 23:11 Chris Muller <asqueaker@gmail.com> wrote:</i><br></div><blockquote class="infmailquote"><div>I was just found a bug in my code because I had written it assuming <br></div><div> that the number 0 (zero) is neither positive nor negative.  It failed <br></div><div> because: <br></div><div> <br></div><div> 0 positive    "true" <br></div><div> <br></div><div> Really? <br></div><div> <br></div><div> Ah, okay, there's #strictlyPositive, I'll use that. <br></div><div> <br></div><div> But it seems like #nonNegative might be a better name then! <br></div><div> <br></div><div> <br></div></blockquote><div><br></div><div id="editorUserSignature" style="display:none;"><br></div>