summaryrefslogtreecommitdiffstats
path: root/ext
diff options
context:
space:
mode:
authornobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2009-09-21 20:00:21 +0000
committernobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2009-09-21 20:00:21 +0000
commit87c7f87519e5656ab6c779dc7d8615adc8900d4b (patch)
treeaa60f0103d94ebee12583207b0d0dbe09ca149b0 /ext
parentc8bab8d23203eb5c3149831048d5ba9108e5487c (diff)
downloadruby-87c7f87519e5656ab6c779dc7d8615adc8900d4b.tar.gz
ruby-87c7f87519e5656ab6c779dc7d8615adc8900d4b.tar.xz
ruby-87c7f87519e5656ab6c779dc7d8615adc8900d4b.zip
* ext/bigdecimal/lib/bigdecimal/newton.rb: rdoc needs to be
followed by the definition. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@25028 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ext')
-rw-r--r--ext/bigdecimal/lib/bigdecimal/newton.rb6
1 files changed, 3 insertions, 3 deletions
diff --git a/ext/bigdecimal/lib/bigdecimal/newton.rb b/ext/bigdecimal/lib/bigdecimal/newton.rb
index cab2fcddf..96defc3c0 100644
--- a/ext/bigdecimal/lib/bigdecimal/newton.rb
+++ b/ext/bigdecimal/lib/bigdecimal/newton.rb
@@ -1,3 +1,6 @@
+require "bigdecimal/ludcmp"
+require "bigdecimal/jacobian"
+
#
# newton.rb
#
@@ -22,9 +25,6 @@
#
# On exit, x is the solution vector.
#
-require "bigdecimal/ludcmp"
-require "bigdecimal/jacobian"
-
module Newton
include LUSolve
include Jacobian