1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

* ext/bigdecimal/sample/linear.rb: resolve LoadError.

* ext/bigdecimal/sample/nlsolve.rb: ditto.

* ext/bigdecimal/lib/bigdecimal/nlsolve.rb: removed because this file
  is sample script and same file exists in ext/bigdecimal/sample.


git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@7996 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
ocean 2005-02-18 17:31:14 +00:00
parent 64fbfe54fb
commit c1ed63a4c4
4 changed files with 10 additions and 42 deletions

View file

@ -6,7 +6,7 @@
#
require "bigdecimal"
require "newton"
require "bigdecimal/newton"
include Newton
class Function