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
In other words, replace MPZ(x) by x.z, MPQ(x) by x.q, MPFR(x) by x.f and MPC(x) by x.c.
MPZ(x)
x.z
MPQ(x)
x.q
MPFR(x)
x.f
MPC(x)
x.c
The text was updated successfully, but these errors were encountered:
test_cython.pyx : Fix issue aleaxit#170
04bb800
adapt test to the new cython interface (PR aleaxit#169)
Merge pull request #171 from vinklein/master
652b6ba
test_cython.pyx : Fix issue #170
No branches or pull requests
In other words, replace
MPZ(x)
byx.z
,MPQ(x)
byx.q
,MPFR(x)
byx.f
andMPC(x)
byx.c
.The text was updated successfully, but these errors were encountered: