-
Notifications
You must be signed in to change notification settings - Fork 33
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
Fix conversion from Inf #197
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #197 +/- ##
=======================================
Coverage 49.95% 49.95%
=======================================
Files 63 63
Lines 3539 3539
=======================================
Hits 1768 1768
Misses 1771 1771 ☔ View full report in Codecov by Sentry. |
great |
Please don't forget this one! |
thanks for the reminder -- when the current new release merges (merge has been requested), I will register this |
Now it has merged 😉 |
Thanks a lot! |
bumped the patch number, requested new version be merged -- pending |
This is now generally available.
…On Fri, Apr 12, 2024 at 9:37 AM Mateus Araújo ***@***.***> wrote:
Thanks a lot!
—
Reply to this email directly, view it on GitHub
<#197 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAM2VRQE2XSQIUK52Q6GGKLY47PP7AVCNFSM6AAAAABFZXXF6OVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDANJRG43TQOBSG4>
.
You are receiving this because you modified the open/close state.Message
ID: ***@***.***>
|
Currently
BigFloat(Double64(Inf))
andFloat128(Double64(Inf))
returnNaN
, this PR fixes it.