I just tried this
sym.$('_58Txt').html("|" + r1.toString() + "| < |" + r2.toString() + "| <br> numerator < denominator");
and I got what I wanted:
|3| < |5|
numerator < denominator
thank you. It worked
I just tried this
sym.$('_58Txt').html("|" + r1.toString() + "| < |" + r2.toString() + "| <br> numerator < denominator");
and I got what I wanted:
|3| < |5|
numerator < denominator
thank you. It worked