* ext/bigdecimal/lib/bigdecimal/{ludcmp,math}.rb: depend on

bigdecimal.


git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@25029 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
nobu 2009-09-21 20:04:10 +00:00
parent 51132a8ad9
commit 2c34b66e24
3 changed files with 8 additions and 1 deletions

View file

@ -1,3 +1,5 @@
require 'bigdecimal'
#
# Solves a*x = b for x, using LU decomposition.
#

View file

@ -1,3 +1,5 @@
require 'bigdecimal'
#
#--
# Contents: