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

--- Comment #6 from Olivier Hallot <[email protected]> ---
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.
_______________________________________________
Libreoffice-bugs mailing list
[email protected]
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs

Reply via email to