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

Jacobi elliptic functions and complete elliptic integral of the first kind #79

Open
wants to merge 18 commits into
base: master
Choose a base branch
from

Commits on Mar 1, 2018

  1. Add ellipj implementation

    Simon Etter committed Mar 1, 2018
    Configuration menu
    Copy the full SHA
    396fc72 View commit details
    Browse the repository at this point in the history

Commits on Mar 3, 2018

  1. Pre-cleanup

    Simon Etter committed Mar 3, 2018
    Configuration menu
    Copy the full SHA
    863bd9b View commit details
    Browse the repository at this point in the history
  2. Post cleanup

    Simon Etter committed Mar 3, 2018
    Configuration menu
    Copy the full SHA
    68fff8a View commit details
    Browse the repository at this point in the history
  3. Finish Jacobi elliptic functions

    Simon Etter committed Mar 3, 2018
    Configuration menu
    Copy the full SHA
    36f2262 View commit details
    Browse the repository at this point in the history
  4. Add jpq functions

    Simon Etter committed Mar 3, 2018
    Configuration menu
    Copy the full SHA
    8f22ff7 View commit details
    Browse the repository at this point in the history
  5. Include in SpecialFunctions and add tests

    Simon Etter committed Mar 3, 2018
    Configuration menu
    Copy the full SHA
    3825f65 View commit details
    Browse the repository at this point in the history

Commits on Mar 5, 2018

  1. Update

    Simon Etter committed Mar 5, 2018
    Configuration menu
    Copy the full SHA
    2660d16 View commit details
    Browse the repository at this point in the history
  2. Update documentation

    Simon Etter committed Mar 5, 2018
    Configuration menu
    Copy the full SHA
    de7d83b View commit details
    Browse the repository at this point in the history
  3. Fix 0.7 deprecations and erros.

    Simon Etter committed Mar 5, 2018
    Configuration menu
    Copy the full SHA
    6f0d23d View commit details
    Browse the repository at this point in the history
  4. Fix test error on 32bit systems (fingers crossed)

    Simon Etter committed Mar 5, 2018
    Configuration menu
    Copy the full SHA
    2d406dc View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    9f16249 View commit details
    Browse the repository at this point in the history
  6. Align equations

    Simon Etter committed Mar 5, 2018
    Configuration menu
    Copy the full SHA
    dbc4bd4 View commit details
    Browse the repository at this point in the history
  7. Add references to DLMF

    Simon Etter committed Mar 5, 2018
    Configuration menu
    Copy the full SHA
    3b34edd View commit details
    Browse the repository at this point in the history

Commits on Mar 6, 2018

  1. Configuration menu
    Copy the full SHA
    47d4a55 View commit details
    Browse the repository at this point in the history
  2. Remove some @generated.

    Simon Etter committed Mar 6, 2018
    Configuration menu
    Copy the full SHA
    0eee6b2 View commit details
    Browse the repository at this point in the history
  3. Optimise evaluation of tanh(u) and sech(u)

    Simon Etter committed Mar 6, 2018
    Configuration menu
    Copy the full SHA
    f4f00b9 View commit details
    Browse the repository at this point in the history
  4. Rename (i)K -> ellip(i)K

    Simon Etter committed Mar 6, 2018
    Configuration menu
    Copy the full SHA
    613fd93 View commit details
    Browse the repository at this point in the history

Commits on Mar 20, 2018

  1. Fix puresqrt()

    Simon Etter committed Mar 20, 2018
    Configuration menu
    Copy the full SHA
    37e5999 View commit details
    Browse the repository at this point in the history