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

mpz_get_si documentation misleading #227

Open
vinklein opened this issue Oct 23, 2017 · 0 comments
Open

mpz_get_si documentation misleading #227

vinklein opened this issue Oct 23, 2017 · 0 comments
Labels
Milestone

Comments

@vinklein
Copy link

In the documentation of the function mpir_si mpz_get_si (mpz t) it is written

To find out if the value will fit, use the function mpz_fits_slong_p.

This is not adequate since mpz_fits_slong_pchecks whether the argument fits in a signed long int and not a mpir_si.

@wbhart wbhart added this to the MPIR 3.0.0 milestone Jan 30, 2018
@wbhart wbhart added the bug label Sep 28, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants