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 Issue 833 #835

Merged
merged 4 commits into from
Oct 7, 2022
Merged

Fix Issue 833 #835

merged 4 commits into from
Oct 7, 2022

Commits on Oct 4, 2022

  1. Correct 1F1[-n, -n, x]

    To match what Mathematica does.
    Fixes: #829
    jzmaddock committed Oct 4, 2022
    Configuration menu
    Copy the full SHA
    e884ca4 View commit details
    Browse the repository at this point in the history

Commits on Oct 5, 2022

  1. Configuration menu
    Copy the full SHA
    ad15484 View commit details
    Browse the repository at this point in the history

Commits on Oct 6, 2022

  1. Fix bug in 1F1 recurrence relations when one term goes to zero.

    Fixes issue with 1F1[-n, n, n].
    Also reduce cancellation error in a = -1 special case.
    Fixes #833.
    jzmaddock committed Oct 6, 2022
    Configuration menu
    Copy the full SHA
    7f54e6f View commit details
    Browse the repository at this point in the history
  2. Merge branch 'develop' into issue833

    # Conflicts:
    #	test/test_1F1.hpp
    jzmaddock committed Oct 6, 2022
    Configuration menu
    Copy the full SHA
    db0c40a View commit details
    Browse the repository at this point in the history