Paul McKenzie
Results
12
issues of
Paul McKenzie
The BigInt relational operators, for example `BigInt::operator>` are not optimal. Currently, the code is: ``` bool BigInt::operator>(const BigInt& num) const { return !((*this < num) or (*this == num)); }...
Please upload any Go language usage of DTWAIN to this message thread.