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 the behavior of GSL::Sf:gamma_inc and gsl mode selection for all special functions. #48

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

Commits on Sep 23, 2017

  1. Make Sf::gamma_inc actually compute gamma_inc.

    Jakub Zakrzewski committed Sep 23, 2017
    Configuration menu
    Copy the full SHA
    9aaf4ed View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0e01ea1 View commit details
    Browse the repository at this point in the history
  3. * Fix completely broken gsl mode handling in several rb_gsl_sf_eval* …

    …functions.
    
    * Reduce code duplication by factoring out the mode selection code into its own function.
    Jakub Zakrzewski committed Sep 23, 2017
    Configuration menu
    Copy the full SHA
    89d60fd View commit details
    Browse the repository at this point in the history