We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
euler_phi_inv
1
According to the docstring I'd expect euler_phi_inv(1) to return a vector containing both 1 and 2:
euler_phi_inv(1)
2
The inverse of the Euler totient functions: find all x s.th. phi(x) = n holds.
But currently it just returns a vector containing 1 as its only element.
The text was updated successfully, but these errors were encountered:
So either the docstring should be adjusted, or the behavior for this input.
Any preferences @fieker @thofma ?
Sorry, something went wrong.
the behaviour
Successfully merging a pull request may close this issue.
According to the docstring I'd expect
euler_phi_inv(1)
to return a vector containing both1
and2
:But currently it just returns a vector containing
1
as its only element.The text was updated successfully, but these errors were encountered: