<html>
    <head>
      <base href="https://bugs.documentfoundation.org/">
    </head>
    <body>
      <p>
        <div>
            <b><a class="bz_bug_link 
          bz_status_UNCONFIRMED "
   title="UNCONFIRMED - FORMULA: abs{x}^2 is formatted with unexpected operator precedence"
   href="https://bugs.documentfoundation.org/show_bug.cgi?id=143881#c4">Comment # 4</a>
              on <a class="bz_bug_link 
          bz_status_UNCONFIRMED "
   title="UNCONFIRMED - FORMULA: abs{x}^2 is formatted with unexpected operator precedence"
   href="https://bugs.documentfoundation.org/show_bug.cgi?id=143881">bug 143881</a>
              from <span class="vcard"><a class="email" href="mailto:dante19031999@gmail.com" title="dante19031999@gmail.com">dante19031999@gmail.com</a>
</span></b>
        <pre>(In reply to Roman Kuznetsov from <a href="show_bug.cgi?id=143881#c3">comment #3</a>)
<span class="quote">> (In reply to hardy from <a href="show_bug.cgi?id=143881#c2">comment #2</a>)
> > I can accept that you do not want to change the syntax of the formula
> > editor. I was fully aware of this workaround, and just wanted to help
> > improving LibreOffice.
>  

> So, possibly we can change this one to an enhancement. 

> Dante, what do you think about hardy's ideas?</span >

Problems:
Changing the behavior would break old documents.
Changing the UI would break the visual editor because those brackets keep the
sentence together. The abs priority is the same as multiplication, so sums
inside of it would exit the abs the moment you type them.

The most I can do is change the code inserted via the UI to { abs { <?> } }.
I leave that decision up to you. The UI change is one line patch.

I also find that feature a bit troubling, however blackguards compatibility is
problematic.

And also, log(x)^2 is equivalent to { { log } { { ( x ) } ^ 2 } } for the
parser, but the problem is invisible. Math isn't right from mathematics POV, it
just looks like it.</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>