Skip to content
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

ValueError in pow() #1

Open
namelessperson0 opened this issue Apr 8, 2022 · 1 comment · May be fixed by #2
Open

ValueError in pow() #1

namelessperson0 opened this issue Apr 8, 2022 · 1 comment · May be fixed by #2

Comments

@namelessperson0
Copy link

In

m = (3 * x1 * x1) * pow(2 * y1, -1, p)
below error occurs
ValueError: pow() 2nd argument cannot be negative when 3rd argument specified

namelessperson0 added a commit to namelessperson0/BitClout-Sign-Transaction that referenced this issue Apr 8, 2022
@namelessperson0 namelessperson0 linked a pull request Apr 8, 2022 that will close this issue
@MiniGlome
Copy link
Owner

Negative exponents in pow() are supported since Python 3.8

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 a pull request may close this issue.

2 participants