Bugs item #738724, was opened at 2003-05-16 12:43
Message generated for change (Comment added) made by wobsta
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=442886&aid=738724&group_id=45430
Category: None
Group: None
>Status: Closed
Resolution: None
Priority: 5
Submitted By: André Wobst (wobsta)
Assigned to: Nobody/Anonymous (nobody)
Summary: mathtree parsing/argument handling
Initial Comment:
something is wrong in mathtree. this expression works:
g.plot(graph.function("y=log(0.5*((x/(x-2))**(2/x+(1-4/x)/2/sin(pi*0.61803398875))))"))
but this one failes:
g.plot(graph.function("y=log(0.5*(x/(x-2))**(2/x+(1-4/x)/2/sin(pi*0.61803398875)))"))
-> needs to be fixed.
----------------------------------------------------------------------
>Comment By: André Wobst (wobsta)
Date: 2003-05-19 08:16
Message:
Logged In: YES
user_id=405853
Another addarg handling bug (actually two bugs, the example
guided to one of them) -> there is a preliminary bugfix
checked in, but it adds again some lines of code dublication
(marked in the source) -> the parser should be rewritten in
that respect.
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=442886&aid=738724&group_id=45430
|