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

more accurate and faster lgamma, and use a more standard branch cut #18330

Merged
merged 10 commits into from
Sep 7, 2016

Commits on Sep 2, 2016

  1. Configuration menu
    Copy the full SHA
    69542e8 View commit details
    Browse the repository at this point in the history
  2. more tests

    stevengj committed Sep 2, 2016
    Configuration menu
    Copy the full SHA
    f2db1ca View commit details
    Browse the repository at this point in the history
  3. use trick from Hare (1997) to compute log(prod of shifts) rather than…

    … sum(logs of shifts) with the correct branch cut
    stevengj committed Sep 2, 2016
    Configuration menu
    Copy the full SHA
    e1d72fc View commit details
    Browse the repository at this point in the history
  4. even more tests

    stevengj committed Sep 2, 2016
    Configuration menu
    Copy the full SHA
    be2084c View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    d2aa66d View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    afbcdbf View commit details
    Browse the repository at this point in the history
  7. update manual for lgamma

    stevengj committed Sep 2, 2016
    Configuration menu
    Copy the full SHA
    cb8caba View commit details
    Browse the repository at this point in the history
  8. news for lgamma changes

    stevengj committed Sep 2, 2016
    Configuration menu
    Copy the full SHA
    7f5cede View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    0debff5 View commit details
    Browse the repository at this point in the history

Commits on Sep 3, 2016

  1. linewrap poly coefs

    stevengj committed Sep 3, 2016
    Configuration menu
    Copy the full SHA
    6f6ff37 View commit details
    Browse the repository at this point in the history