Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

NUMBERS-193: Add a double-double (DD) number #137

Merged
merged 1 commit into from
Aug 25, 2023

Conversation

aherbert
Copy link
Contributor

@aherbert aherbert commented Aug 8, 2023

Add a double-double extended precision floating-point number.

This adapts the DD class from Commons Statistics Inference as a general use number.

@codecov-commenter
Copy link

codecov-commenter commented Aug 8, 2023

Codecov Report

Merging #137 (fab2444) into master (c822a02) will increase coverage by 0.09%.
The diff coverage is 100.00%.

@@             Coverage Diff              @@
##             master     #137      +/-   ##
============================================
+ Coverage     99.14%   99.23%   +0.09%     
- Complexity     1683     1813     +130     
============================================
  Files            65       67       +2     
  Lines          4308     4814     +506     
  Branches        856      893      +37     
============================================
+ Hits           4271     4777     +506     
  Misses           10       10              
  Partials         27       27              
Files Changed Coverage Δ
.../main/java/org/apache/commons/numbers/core/DD.java 100.00% <100.00%> (ø)
...n/java/org/apache/commons/numbers/core/DDMath.java 100.00% <100.00%> (ø)

📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more

Add a double-double extended precision floating-point number.

This adapts the DD class from Commons Statistics Inference as a general
use number.
@asfgit asfgit merged commit fab2444 into apache:master Aug 25, 2023
4 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants