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

Several small improvements #93

Closed
wants to merge 5 commits into from

Commits on Aug 17, 2018

  1. This should return faster in more cases.

    In fact is_normalized() and From<$projective>: $affine cover
    the is_zero() special case because they handle the is_zero()
    special case themselves.  I kept the is_zero() special case here
    for robustness against future modifications, but you may wish to
    remove it.
    burdges committed Aug 17, 2018
    Configuration menu
    Copy the full SHA
    ed32f89 View commit details
    Browse the repository at this point in the history
  2. Swap points in comments so they match the code

    The code swapping denominator coordinates looks like what you
    meant here, and it's what the code does.
    burdges committed Aug 17, 2018
    Configuration menu
    Copy the full SHA
    7998af1 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    23fb98f View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    ca7a0be View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    91fd325 View commit details
    Browse the repository at this point in the history