[Libreoffice-bugs] [Bug 114929] Make =-3^2 unambiguous by automatically adding brackets

bugzilla-daemon at bugs.documentfoundation.org bugzilla-daemon at bugs.documentfoundation.org
Wed Dec 5 20:37:35 UTC 2018


https://bugs.documentfoundation.org/show_bug.cgi?id=114929

--- Comment #6 from Olivier Hallot <olivier.hallot at documentfoundation.org> ---
Sub Main

      MsgBox 2^(1/3)              'Works

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

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

End Sub

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.freedesktop.org/archives/libreoffice-bugs/attachments/20181205/e16f3cb0/attachment.html>


More information about the Libreoffice-bugs mailing list