From: nagachika00@... Date: 2016-04-18T17:46:10+00:00 Subject: [ruby-core:75015] [Ruby trunk Bug#12249] Math.gamma(-0.0) should return -Infinity Issue #12249 has been updated by Tomoyuki Chikanaga. Backport changed from 2.1: REQUIRED, 2.2: REQUIRED, 2.3: REQUIRED to 2.1: REQUIRED, 2.2: REQUIRED, 2.3: DONE ruby_2_3 r54643 merged revision(s) 54492,54494,54495,54496,54499,54503. ---------------------------------------- Bug #12249: Math.gamma(-0.0) should return -Infinity https://bugs.ruby-lang.org/issues/12249#change-58146 * Author: Benoit Daloze * Status: Closed * Priority: Normal * Assignee: * ruby -v: ruby 2.2.4p230 (2015-12-16 revision 53155) [i386-mingw32] * Backport: 2.1: REQUIRED, 2.2: REQUIRED, 2.3: DONE ---------------------------------------- On Windows, Math.gamma(-0.0) returns +Infinity instead of -Infinity, which is the correct result according to tgamma(3) and the behavior on other platforms. Is this OK to fix in Ruby? There is already a similar fix for #10642. -- https://bugs.ruby-lang.org/ Unsubscribe: <mailto:ruby-core-request@ruby-lang.org?subject=unsubscribe> <http://lists.ruby-lang.org/cgi-bin/mailman/options/ruby-core>