Project

General

Profile

Actions

Bug #659

closed

Math.lgamma not defined in -rcomplex

Added by shyouhei (Shyouhei Urabe) over 16 years ago. Updated about 14 years ago.

Status:
Closed
Target version:
-
ruby -v:
Backport:
[ruby-dev:36787]

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

Actions #1

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

Also available in: Atom PDF

Like0
Like0