1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

* 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,4 +1,7 @@
Tue Sep 22 04:56:18 2009 Nobuyoshi Nakada <nobu@ruby-lang.org>
Tue Sep 22 05:04:08 2009 Nobuyoshi Nakada <nobu@ruby-lang.org>
* ext/bigdecimal/lib/bigdecimal/{ludcmp,math}.rb: depend on
bigdecimal.
* ext/bigdecimal/lib/bigdecimal/*.rb: made module functions.

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: