<html>
  <head>
    <meta content="text/html; charset=ISO-8859-1"
      http-equiv="Content-Type">
  </head>
  <body bgcolor="#FFFFFF" text="#000000">
    <div class="moz-cite-prefix">On 1/8/13 4:42 PM, Eric Christopher
      wrote:<br>
    </div>
    <blockquote
cite="mid:CALehDX50Ro3MjwXcWqJQcsKMjMdTy=727MetB58qui-YyoNJvQ@mail.gmail.com"
      type="cite">
      <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>
    </blockquote>
    Ok, Thanks<br>
    <br>
  </body>
</html>