moonfruit commented on pull request #1437: URL: https://github.com/apache/groovy/pull/1437#issuecomment-736278776
@danielsun1106 For 6f08fd0, convert from `BigDecimal` to `BigInteger`, better use `((BigDecimal) n).toBigIntegerExact()` instead of `new BigInteger(((BigDecimal) n).toPlainString())`. Should I make another pull request? ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected]
