To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=105848
                 Issue #|105848
                 Summary|Unable to display a limit with direction
               Component|Formula editor
                 Version|OOO310m19
                Platform|PC
                     URL|
              OS/Version|Linux
                  Status|UNCONFIRMED
       Status whiteboard|
                Keywords|
              Resolution|
              Issue type|ENHANCEMENT
                Priority|P3
            Subcomponent|code
             Assigned to|mru
             Reported by|graemefoster





------- Additional comments from graemefos...@openoffice.org Tue Oct 13 
08:30:50 +0000 2009 -------
For a limit to exist the left and right limits need to exist and have the same
value. The formula to express this would be:

lim csub{x %tendto 1 ^{-}}f(x)

However the minus in brackets is treated as an operator and so it expects a
value to follow.

This may require a significant change to the parser to properly implement but
adding a special character to the catalog may fix this:


lim csub{x %tendto 1 ^{%leftbound}}f(x)

Thus adding %leftbound (a negative sign) and %rightbound (a positive sign) may
be sufficient.

---------------------------------------------------------------------
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification

---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscr...@sw.openoffice.org
For additional commands, e-mail: issues-h...@sw.openoffice.org


---------------------------------------------------------------------
To unsubscribe, e-mail: allbugs-unsubscr...@openoffice.org
For additional commands, e-mail: allbugs-h...@openoffice.org

Reply via email to