<html>
    <head>
      <base href="https://bugs.documentfoundation.org/">
    </head>
    <body>
      <p>
        <div>
            <b><a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - Make =-3^2 unambiguous by automatically adding brackets"
   href="https://bugs.documentfoundation.org/show_bug.cgi?id=114929#c6">Comment # 6</a>
              on <a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - Make =-3^2 unambiguous by automatically adding brackets"
   href="https://bugs.documentfoundation.org/show_bug.cgi?id=114929">bug 114929</a>
              from <span class="vcard"><a class="email" href="mailto:olivier.hallot@documentfoundation.org" title="Olivier Hallot <olivier.hallot@documentfoundation.org>"> <span class="fn">Olivier Hallot</span></a>
</span></b>
        <pre>Sub Main

      MsgBox 2^(1/3)              'Works

      MsgBox -(2^(1/3))           'Works too

      MsgBox -2^(1/3)             'FAIL!

End Sub</pre>
        </div>
      </p>


      <hr>
      <span>You are receiving this mail because:</span>

      <ul>
          <li>You are the assignee for the bug.</li>
      </ul>
    </body>
</html>