< :前の番号
^ :番号順リスト
> :次の番号
P :前の記事(スレッド移動)
N :次の記事(スレッド移動)
|<:前のスレッド
>|:次のスレッド
^ :返事先
_:自分への返事
>:同じ返事先を持つ記事(前)
<:同じ返事先を持つ記事(後)
---:分割してスレッド表示、再表示
| :分割して(縦)スレッド表示、再表示
~ :スレッドのフレーム消去
.:インデックス
..:インデックスのインデックス
Issue #4567 has been updated by Shane Emmons.
Issue 3803 already handles this case. This issue can be closed with a reference to 3803.
----------------------------------------
Bug #4567: BigDecimal::ROUND_HALF_DOWN
http://redmine.ruby-lang.org/issues/4567
Author: Shane Emmons
Status: Assigned
Priority: Normal
Assignee: Kenta Murata
Category:
Target version: 1.9.3
ruby -v: ruby 1.9.2p180 (2011-02-18 revision 30909) [x86_64-darwin10.7.1]
=begin
SImilar to the issue here [[http://redmine.ruby-lang.org/issues/3803]], BigDecimal::ROUND_HALF_DOWN does not respect all the digits involved in the rounding of a number. For example:
(({BigDecimal("1.51").round(0, BigDecimal::ROUND_HALF_DOWN) == BigDecimal("2")})) returns false because it is ignoring the "1". The same fix that was done for ROUND_HALF_EVEN will need to be done here. I believe it has already been fixed in 1.9.3dev, so it should only need to be backported to 1.9.2 and 1.8.7.
=end
--
http://redmine.ruby-lang.org