Skip to content

Conversation

@devonhollowood
Copy link
Contributor

This also fixes a bug in the log2() implementation, where very large negative integer arguments would not raise an exception (and instead would turn into NaNs).

Follow-up to #4241. Part of #1671.

This also fixes a bug in the log2() implementation, where very large
negative integer arguments would not raise an exception (and instead
would turn into NaNs).
Copy link
Member

@youknowone youknowone left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Great! I left a subtle change request about bigint.

Co-authored-by: Jeong YunWon <69878+youknowone@users.noreply.github.com>
@DimitrisJim DimitrisJim dismissed youknowone’s stale review October 25, 2022 20:09

Addressed review comment

@DimitrisJim DimitrisJim merged commit 0b08786 into RustPython:main Oct 25, 2022
@DimitrisJim
Copy link
Member

thanks!

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.

3 participants