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:
parent
c1f1b452cb
commit
51132a8ad9
1 changed files with 3 additions and 3 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue