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

Speed up pow by 4x or more #210

Closed
wants to merge 11 commits into from
Closed

Speed up pow by 4x or more #210

wants to merge 11 commits into from

Commits on Apr 30, 2019

  1. Modify eltype

    dpsanders committed Apr 30, 2019
    Configuration menu
    Copy the full SHA
    caa3c1f View commit details
    Browse the repository at this point in the history

Commits on May 22, 2019

  1. Configuration menu
    Copy the full SHA
    c19a2be View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e73f2d6 View commit details
    Browse the repository at this point in the history
  3. Remove debugging info

    dpsanders committed May 22, 2019
    Configuration menu
    Copy the full SHA
    8730f27 View commit details
    Browse the repository at this point in the history
  4. Fix pow

    dpsanders committed May 22, 2019
    Configuration menu
    Copy the full SHA
    b73929c View commit details
    Browse the repository at this point in the history
  5. Interchange pow and ^

    dpsanders committed May 22, 2019
    Configuration menu
    Copy the full SHA
    5aed3de View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    baa84b8 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    a639347 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    2ab8526 View commit details
    Browse the repository at this point in the history
  9. Fix (-3.. -2)^2

    dpsanders committed May 22, 2019
    Configuration menu
    Copy the full SHA
    da493b5 View commit details
    Browse the repository at this point in the history
  10. Fix rounding in ^

    dpsanders committed May 22, 2019
    Configuration menu
    Copy the full SHA
    49c8ee4 View commit details
    Browse the repository at this point in the history