Skip to content

Conversation

@mrkn
Copy link
Member

@mrkn mrkn commented Apr 20, 2022

[Bug #18677]

@mrkn mrkn force-pushed the fix_bug_18677 branch 2 times, most recently from 9d480e1 to 0297be9 Compare April 20, 2022 02:31
@mrkn mrkn marked this pull request as draft April 20, 2022 09:00
@mrkn
Copy link
Member Author

mrkn commented Apr 20, 2022

The CI fail on mswin seems to be related to this VS2022's issue.

@stevegeek
Copy link

Thanks for the work on this one guys. It looks like that VS2022 issue was marked as resolved & a fix released in August, does that unblock this PR?

@tompng
Copy link
Member

tompng commented Jul 27, 2025

Mostly fixed in #347

10 ** BigDecimal::INFINITY #=> Infinity 1 ** BigDecimal::INFINITY #=> 0.1e1 0.1 ** BigDecimal::INFINITY #=> 0.0 0 ** BigDecimal::INFINITY #=> 0.0 (-1) ** BigDecimal::INFINITY #=> Math::DomainError

And some other case fixed in #386

(-2) ** -BigDecimal::INFINITY #=> 0.0 (-0.5) ** BigDecimal::INFINITY #=> 0.0
@tompng tompng closed this Jul 27, 2025
@tompng tompng deleted the fix_bug_18677 branch July 27, 2025 19:26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

5 participants