Debianユーザからrequire "mathn"しないときに 一部のメソッドの動きがおかしくなるという指摘を受けました: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=329161 このこと自体は以下のようにmatrix.rbに書いてあります。 # Also note that the determinant of integer matrices may be incorrectly calculated unless you # also <tt>require 'mathn'</tt>. This may be fixed in the future. ここでThis may be fixedとあるのですが matrix.rbで常に(あるいは必要なメソッドの中で) require "mathn"するようにするのはまずいのでしょうか? -- やまだあきら <akira / arika.org>