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

Fix for mpc precision inconsistency issue #179 #181

Merged
merged 2 commits into from Jan 25, 2018

Commits on Jan 25, 2018

  1. gmpy2_mpc_misc.c : Fix issue aleaxit#179

    - .real and .imag now return the same precision as their mpc
    
    - add doctests for these cases.
    Vincent Klein committed Jan 25, 2018
    Copy the full SHA
    a8c5d96 View commit details
    Browse the repository at this point in the history
  2. test_mpc.txt add few tests of precision consistency

    Vincent Klein committed Jan 25, 2018
    Copy the full SHA
    bc31a38 View commit details
    Browse the repository at this point in the history