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

Correct floatmin() #107

Merged
merged 1 commit into from
Mar 17, 2020
Merged

Correct floatmin() #107

merged 1 commit into from
Mar 17, 2020

Conversation

jmkuhn
Copy link
Contributor

@jmkuhn jmkuhn commented Mar 14, 2020

Correct floatmin() to conform to the Julia definition:

Return the smallest positive normal number representable by the floating-point type T.

Fixes #82.

@coveralls
Copy link

Pull Request Test Coverage Report for Build 224

  • 3 of 3 (100.0%) changed or added relevant lines in 1 file are covered.
  • No unchanged relevant lines lost coverage.
  • Overall coverage increased (+0.6%) to 85.507%

Totals Coverage Status
Change from base Build 218: 0.6%
Covered Lines: 177
Relevant Lines: 207

💛 - Coveralls

1 similar comment
@coveralls
Copy link

Pull Request Test Coverage Report for Build 224

  • 3 of 3 (100.0%) changed or added relevant lines in 1 file are covered.
  • No unchanged relevant lines lost coverage.
  • Overall coverage increased (+0.6%) to 85.507%

Totals Coverage Status
Change from base Build 218: 0.6%
Covered Lines: 177
Relevant Lines: 207

💛 - Coveralls

@stevengj stevengj merged commit 7c213d3 into JuliaMath:master Mar 17, 2020
@jmkuhn jmkuhn deleted the floatmin branch March 18, 2020 00:24
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.

incorrect floatmin?
3 participants