16 May
2001
16 May
'01
9:42 a.m.
((x+y)**(x*y)).to_csrc()
Hi! It appears that in the print_csrc context of mul::print function a line if (precedence <= level) is missing just before of the line #139 in mul.cpp c.s << "("; which is causing the following incorrect result: pow(y+x,(y*x) for instance. Regards, Pearu
16 May
16 May
5:49 p.m.
Hi! On Wed, May 16, 2001 at 09:42:13AM +0200, Pearu Peterson wrote:
It appears that in the print_csrc context of mul::print function a line if (precedence <= level) is missing just before of the line #139 in mul.cpp c.s << "(";
Indeed. Bye, Christian -- / Coding on PowerPC and proud of it \/ http://www.uni-mainz.de/~bauec002/
8810
Age (days ago)
8810
Last active (days ago)
1 comments
2 participants
participants (2)
-
Christian Bauer
-
Pearu Peterson