<div dir="ltr"><br><div class="gmail_extra"><br><div class="gmail_quote"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div bgcolor="#FFFFFF" text="#000000">
    class Constant has a member function call isNegativeZeroValue(). <br>
    I don't feel like to invent a completely different name, so I coin
    the name "isZeroValue()". <br>
    When the isZeroValue() and isNegativeZeroValue() stands
    side-by-side, it ease the reader <br>
    to guess that isZeroValue() tries to achieve. <br>
    <br>
    What's your suggestion?<div class="im"><br></div></div></blockquote><div><br></div><div style>Aha. How about improve the comment? With:</div><div style><br></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<div bgcolor="#FFFFFF" text="#000000">
    This function will return true iff :<br>
       - is integer 0, or <br>
       - is floating point positive or negative 0, i.e. we don't care
    sign.<br></div></blockquote><div><br></div><div style>Maybe this?</div><div style><br></div><div style>-eric </div></div></div></div>