ruby-reference-manual:3417
From: "5.5 (5 5)" <redmine@r...>
Date: Tue, 27 Nov 2012 09:41:22 +0900
Subject: [ruby-reference-manual:3417] [るりまプロジェクト - Bug #7433] bigdecimal のレビュー
Issue #7433 has been updated by 5.5 (5 5). bigdecimal/newton のページの実行例で「nsolve」とあるのは「nlsolve」と思います。 Index: refm/api/src/bigdecimal/newton.rd =================================================================== --- refm/api/src/bigdecimal/newton.rd (revision 5500) +++ refm/api/src/bigdecimal/newton.rd (working copy) @@ -19,9 +19,9 @@ ... #@since 1.9.2 - n = Newton.nsolve(f, x) + n = Newton.nlsolve(f, x) #@else - n = nsolve(f, x) + n = nlsolve(f, x) #@end 引数 f には関数を表すオブジェクトを指定します。以下のメソッドに応答でき ---------------------------------------- Bug #7433: bigdecimal のレビュー https://bugs.ruby-lang.org/issues/7433#change-33996 Author: sho-h (Sho Hashimoto) Status: Open Priority: Normal Assignee: Category: doc:review Target version: reporter: ruby_version: bigdecimal のレビューをお願いします。 やり方は http://redmine.ruby-lang.org/wiki/rurema/Phase3ReviewProcess1 を参照してください。 -- http://bugs.ruby-lang.org/ -- ML: ruby-reference-manual@m... Info: http://QuickML.com/
3413 2012-11-25 12:40 [sho-h@n... ] [るりまプロジェクト - Bug #7433][Open] bigdecimal のレビュー 3414 2012-11-26 16:33 ┣[redmine@r... ] [るりまプロジェクト - Bug #7433] bigdecimal のレビュー 3415 2012-11-26 23:08 ┣[redmine@r... ] [るりまプロジェクト - Bug #7433] bigdecimal のレビュー 3416 2012-11-27 01:35 ┣[redmine@r... ] [るりまプロジェクト - Bug #7433] bigdecimal のレビュー -> 3417 2012-11-27 01:41 ┣[redmine@r... ] [るりまプロジェクト - Bug #7433] bigdecimal のレビュー 3418 2012-11-27 03:14 ┣[redmine@r... ] [るりまプロジェクト - Bug #7433] bigdecimal のレビュー 3419 2012-11-27 11:10 ┣[redmine@r... ] [るりまプロジェクト - Bug #7433] bigdecimal のレビュー 3422 2012-11-27 11:37 ┣[redmine@r... ] [るりまプロジェクト - Bug #7433] bigdecimal のレビュー 3424 2012-11-27 11:56 ┣[redmine@r... ] [るりまプロジェクト - Bug #7433] bigdecimal のレビュー 3425 2012-11-27 16:31 ┣[redmine@r... ] [るりまプロジェクト - Bug #7433] bigdecimal のレビュー 3426 2012-11-27 17:24 ┣[sho-h@n... ] [るりまプロジェクト - Bug #7433] bigdecimal のレビュー 3427 2012-11-27 17:53 ┣[redmine@r... ] [るりまプロジェクト - Bug #7433] bigdecimal のレビュー 3444 2012-12-15 09:45 ┣[redmine@r... ] [るりまプロジェクト - Bug #7433] bigdecimal のレビュー 3460 2013-01-03 06:44 ┗[sho-h@n... ] [るりまプロジェクト - Bug #7433] bigdecimal のレビュー