summaryrefslogtreecommitdiff
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
commit51132a8ad9b207d3f4e17671339885aa3a932692 (patch)
treeaa60f0103d94ebee12583207b0d0dbe09ca149b0
parentc1f1b452cb5ec2fadf693817c930ff2741bcd477 (diff)
* ext/bigdecimal/lib/bigdecimal/newton.rb: rdoc needs to be
followed by the definition. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@25028 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-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 cab2fcddff..96defc3c06 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