aherbert opened a new pull request #90:
URL: https://github.com/apache/commons-numbers/pull/90


   - Avoids construction of an intermediate array for the dot product of
   array input
   - Perform splitting using Dekker's multiplication algorithm to retain
   all bits of precision
   - Handle overflow during the split for large numbers
   
   Splitting now correctly handles sub-normal numbers with no information
   in the upper 26-bits as input. The high part will be sub-normal and the
   low part will be zero. The previous split created a zero high part and
   the input as the low part.


-- 
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]


Reply via email to