Open murkle opened 4 years ago
Needs checking/fixing in 2 places
1) TeXParser.getArgAsPositiveInteger() returns -1 for the {} argument
-1
{}
2) In LongDivAtom.makeResults() this could be improved :) while (q != 0) {
while (q != 0) {
Needs checking/fixing in 2 places
1) TeXParser.getArgAsPositiveInteger() returns
-1
for the{}
argument2) In LongDivAtom.makeResults() this could be improved :)
while (q != 0) {