jlanca
Results
1
issues of
jlanca
The binary subtraction operation `tp - d` is implemented as `tp + (-d)`. Because the unary minus operator is used, the result is wrong if the underlying representation type is...