Merge branch 'refs/heads/develop'

main
Teptao 7 months ago
commit 4a5b6acdea

Binary file not shown.

@ -80,7 +80,10 @@ public abstract class AbstractProblemGenerator implements IProblemGenerator {
}
}
addParentheses(operands, operators);
if(!nonNegativeOnly) {
addParentheses(operands, operators);
}
return new Equation(operands, operators);
}

Loading…
Cancel
Save