Skip to content

Fix precision of x.power(y, prec) when the result is nearly infinity - #439

Merged
tompng merged 1 commit into
ruby:masterfrom
tompng:huge_power_precision
Oct 7, 2025
Merged

Fix precision of x.power(y, prec) when the result is nearly infinity#439
tompng merged 1 commit into
ruby:masterfrom
tompng:huge_power_precision

Conversation

@tompng

Copy link
Copy Markdown
Member

Follow up of #438

Fix precision bug when x.power(y, prec) gets larger than 1e+4342944819032518.

@tompng
tompng merged commit f718178 into ruby:masterOct 7, 2025
81 checks passed
@tompng
tompng deleted the huge_power_precision branch October 7, 2025 12:20
Sign up for freeto 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.

1 participant

@tompng