зеркало из https://github.com/github/ruby.git
* ext/bigdecimal/lib/bigdecimal/jacobian.rb,
ext/bigdecimal/lib/bigdecimal/newton.rb: fix documentation comments. Patch by alperakgun from github.com/shyouhei/ruby/pull/8 git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@35844 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
Родитель
ecb6bd90c0
Коммит
d3a349bbc3
|
@ -1,3 +1,10 @@
|
|||
Wed May 30 16:30:00 2012 Kenta Murata <mrkn@cookpad.com>
|
||||
|
||||
* ext/bigdecimal/lib/bigdecimal/jacobian.rb,
|
||||
ext/bigdecimal/lib/bigdecimal/newton.rb:
|
||||
fix documentation comments.
|
||||
Patch by alperakgun from github.com/shyouhei/ruby/pull/8
|
||||
|
||||
Wed May 30 16:20:00 2012 Kenta Murata <mrkn@cookpad.com>
|
||||
|
||||
* ext/bigdecimal/lib/bigdecimal/jacobian.rb (Jacobian#dfdxi):
|
||||
|
|
|
@ -11,7 +11,7 @@
|
|||
#
|
||||
# f.zero:: returns 0.0
|
||||
# f.one:: returns 1.0
|
||||
# f.two:: returns 1.0
|
||||
# f.two:: returns 2.0
|
||||
# f.ten:: returns 10.0
|
||||
#
|
||||
# f.eps:: returns the convergence criterion (epsilon value) used to determine whether two values are considered equal. If |a-b| < epsilon, the two values are considered equal.
|
||||
|
|
|
@ -18,7 +18,7 @@ require "bigdecimal/jacobian"
|
|||
#
|
||||
# f.zero:: returns 0.0
|
||||
# f.one:: returns 1.0
|
||||
# f.two:: returns 1.0
|
||||
# f.two:: returns 2.0
|
||||
# f.ten:: returns 10.0
|
||||
#
|
||||
# f.eps:: returns the convergence criterion (epsilon value) used to determine whether two values are considered equal. If |a-b| < epsilon, the two values are considered equal.
|
||||
|
|
Загрузка…
Ссылка в новой задаче