Are there any plans to add
x**1 == x
x**0 == 1
to the parser reduction rules ?
Zak
Hi Zak,
When you are using MathObjects, doesn't already do that? Admittedly, I haven't tested this :), but that's what is claimed for the _reduce method here:
http://webwork.maa.org/viewvc/system/trunk/pg/lib/Parser/BOP/power.pm?view=markup
Jason
When you are using MathObjects, doesn't already do that? Admittedly, I haven't tested this :), but that's what is claimed for the _reduce method here:
http://webwork.maa.org/viewvc/system/trunk/pg/lib/Parser/BOP/power.pm?view=markup
Jason