This project is closed and read-only.
Actions
Bug #2701
closedrubyspec: BigDecimal#div returns NaN if divided by zero and no precision given ERROR
Bug #2701:
rubyspec: BigDecimal#div returns NaN if divided by zero and no precision given ERROR
Description
=begin
Yugui さん
遠藤です。
trunk では、BigDecimal の除算が NaN でなく ZeroDivisionError を
投げるようになっています (r20368 、r20383) 。
これは、1.9.1 にバックポートされるでしょうか。
1.9.2 からの仕様変更となるでしょうか。
--
Yusuke ENDOH mame@tsg.ne.jp
=end
Actions