From: "mrkn (Kenta Murata)" Date: 2013-08-26T14:08:36+09:00 Subject: [ruby-core:56806] [ruby-trunk - Bug #8818] BigDecimal#power Issue #8818 has been updated by mrkn (Kenta Murata). Category changed from core to ext Assignee set to mrkn (Kenta Murata) Target version set to current: 2.1.0 ---------------------------------------- Bug #8818: BigDecimal#power https://bugs.ruby-lang.org/issues/8818#change-41346 Author: dunric (David Unric) Status: Open Priority: Normal Assignee: mrkn (Kenta Murata) Category: ext Target version: current: 2.1.0 ruby -v: 1.9.3p448, 2.0.0p247 Backport: 1.9.3: UNKNOWN, 2.0.0: UNKNOWN =begin Optional argument `prec' to BigDecimal#power does not alter result precision: b=BigDecimal.new("1.034482758620689655172413793103448275862068965517241379310344827586206896551724" => # b.power(4,5) => # expected result => # =end -- http://bugs.ruby-lang.org/