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/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
This commit is contained in:
nobu 2009-09-21 20:00:21 +00:00
parent c1f1b452cb
commit 51132a8ad9

View file

@ -1,3 +1,6 @@
require "bigdecimal/ludcmp"
require "bigdecimal/jacobian"
# #
# newton.rb # newton.rb
# #
@ -22,9 +25,6 @@
# #
# On exit, x is the solution vector. # On exit, x is the solution vector.
# #
require "bigdecimal/ludcmp"
require "bigdecimal/jacobian"
module Newton module Newton
include LUSolve include LUSolve
include Jacobian include Jacobian