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 bugs when comparing and converting gbnds with infinity end points #1

Closed
wants to merge 5 commits into from

Commits on Dec 13, 2017

  1. Fix bugs when comparing and converting gbnds with infinity end points

    When comparing end points 1 with positive infinity and -1 with negative infinity
    and converting gbnd to ubnd
    functions ltgQ, gtgQ and u2g failed to check infinity bit.
    Fix this bug and add related tests.
    shouxulin committed Dec 13, 2017
    Configuration menu
    Copy the full SHA
    a28655c View commit details
    Browse the repository at this point in the history
  2. Fix bugs when comparing and converting gbnds with infinity end points

    When comparing end points 1 with positive infinity and -1 with negative infinity
    and converting gbnd to ubnd
    functions ltgQ, gtgQ and u2g failed to check infinity bit.
    Fix this bug and add related tests.
    shouxulin committed Dec 13, 2017
    Configuration menu
    Copy the full SHA
    27d904b View commit details
    Browse the repository at this point in the history
  3. Fix bugs when comparing and converting gbnds with infinity end points

    When comparing end points 1 with positive infinity and -1 with negative infinity
    and converting gbnd to ubnd
    functions ltgQ, gtgQ and u2g failed to check infinity bit.
    Fix this bug and add related tests.
    shouxulin committed Dec 13, 2017
    Configuration menu
    Copy the full SHA
    3fed1e1 View commit details
    Browse the repository at this point in the history
  4. make .gitignore unchanged

    shouxulin committed Dec 13, 2017
    Configuration menu
    Copy the full SHA
    b55ae41 View commit details
    Browse the repository at this point in the history
  5. Modify tcomparison.c test file

    Rename id in the comment and remove redundant code in the main function.
    shouxulin committed Dec 13, 2017
    Configuration menu
    Copy the full SHA
    6427f8a View commit details
    Browse the repository at this point in the history