Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: jruby/jruby
base: 330e5ee25917
Choose a base ref
...
head repository: jruby/jruby
compare: 978ffc2c2174
Choose a head ref
  • 2 commits
  • 1 file changed
  • 2 contributors

Commits on Nov 15, 2016

  1. Fixed Math.lgamma with input -0.0

    There is a cornercase in Math.lgamma if the input is a negative zero.
    This patch fixes it by adding that explicit corner case to the if
    statement.
    herwinw committed Nov 15, 2016
    Copy the full SHA
    1605ff0 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #4299 from herwinw/math_lgamma_negative_zero

    Fixed Math.lgamma with input -0.0
    kares committed Nov 15, 2016
    Copy the full SHA
    978ffc2 View commit details
    Browse the repository at this point in the history