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

--- Comment #3 from Einar Lielmanis <[email protected]> ---
I've simplified the problem to a simple form:

1 + {z} over {x}

vs

1 * {z} over {x}

(see attached image)

The first case gets displayed as 1 + (z/x), the second case - (1 * z) / x.

I'd argue that the second case is incorrect and should be 1 * (z / x), and
looks to me like some operator priority problem that gives "*" more priority
than "over"

-- 
You are receiving this mail because:
You are the assignee for the bug.

Reply via email to