Skip to content

Avoid inconsistent behavior of unsafe_trunc for BigFloat#212

Merged
kimikage merged 1 commit intoJuliaMath:masterfrom
kimikage:issue211
Aug 15, 2020
Merged

Avoid inconsistent behavior of unsafe_trunc for BigFloat#212
kimikage merged 1 commit intoJuliaMath:masterfrom
kimikage:issue211

Conversation

@kimikage
Copy link
Copy Markdown
Collaborator

Fixes #211

@codecov
Copy link
Copy Markdown

codecov bot commented Aug 14, 2020

Codecov Report

Merging #212 into master will decrease coverage by 0.20%.
The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #212      +/-   ##
==========================================
- Coverage   88.24%   88.04%   -0.21%     
==========================================
  Files           6        6              
  Lines         485      485              
==========================================
- Hits          428      427       -1     
- Misses         57       58       +1     
Impacted Files Coverage Δ
src/utilities.jl 88.00% <100.00%> (ø)
src/normed.jl 90.69% <0.00%> (-0.59%) ⬇️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update b7e2ae1...f8d6d1c. Read the comment docs.

@kimikage kimikage merged commit 6b08f48 into JuliaMath:master Aug 15, 2020
@kimikage kimikage deleted the issue211 branch August 15, 2020 15:24
kimikage added a commit to kimikage/FixedPointNumbers.jl that referenced this pull request Apr 27, 2024
@kimikage kimikage mentioned this pull request Apr 30, 2024
38 tasks
kimikage added a commit to kimikage/FixedPointNumbers.jl that referenced this pull request Apr 30, 2024
kimikage added a commit to kimikage/FixedPointNumbers.jl that referenced this pull request May 1, 2024
kimikage added a commit to kimikage/FixedPointNumbers.jl that referenced this pull request May 1, 2024
kimikage added a commit to kimikage/FixedPointNumbers.jl that referenced this pull request May 1, 2024
kimikage added a commit to kimikage/FixedPointNumbers.jl that referenced this pull request May 1, 2024
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.

rem(::BigFloat, ::Type{<:Normed}) may return an incorrect value

1 participant