Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Fix Int32/64.pow for negative exponents #990

Merged
merged 2 commits into from
Nov 30, 2020

Conversation

rixed
Copy link
Contributor

@rixed rixed commented Nov 27, 2020

Closes #989

@rixed rixed requested a review from UnixJunkie November 27, 2020 15:33
@UnixJunkie
Copy link
Member

You don't want to be able to compute 2^(-3) ?
It seems valid to me.

@UnixJunkie
Copy link
Member

Ok, because the return type is int.

@UnixJunkie UnixJunkie merged commit 86f5e37 into ocaml-batteries-team:master Nov 30, 2020
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Stack overflow on Int{32,64}.pow with negative exponent
2 participants