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:
parent
51132a8ad9
commit
2c34b66e24
3 changed files with 8 additions and 1 deletions
|
@ -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.
|
||||
|
||||
|
|
|
@ -1,3 +1,5 @@
|
|||
require 'bigdecimal'
|
||||
|
||||
#
|
||||
# Solves a*x = b for x, using LU decomposition.
|
||||
#
|
||||
|
|
|
@ -1,3 +1,5 @@
|
|||
require 'bigdecimal'
|
||||
|
||||
#
|
||||
#--
|
||||
# Contents:
|
||||
|
|
Loading…
Add table
Reference in a new issue