Actions
Bug #659
closedMath.lgamma not defined in -rcomplex
Description
=begin
complexをrequireすることで::Mathの特異メソッドがいくつか消えます。
% ruby -rcomplex -ve'p Math.lgamma(1)'
ruby 1.9.0 (2008-10-19 revision 17576) [x86_64-linux]
-e:1:in <main>': undefined method
lgamma' for CMath:Module (NoMethodError)
% ~/target/trunk/bin/ruby -ve'p Math.lgamma(1)'
ruby 1.9.0 (2008-10-19 revision 17576) [x86_64-linux]
[0.0, 1]
=end
Updated by Anonymous over 16 years ago
- Status changed from Open to Closed
- % Done changed from 0 to 100
=begin
Applied in changeset r19845.
=end
Actions
Like0
Like0