From: nobu@... Date: 2014-09-30T03:13:24+00:00 Subject: [ruby-core:65326] [ruby-trunk - Bug #10306] [Feedback] BigNum error Issue #10306 has been updated by Nobuyoshi Nakada. Status changed from Open to Feedback Priority changed from Normal to Low What result did you get? The word "obvious" is not obvious. ---------------------------------------- Bug #10306: BigNum error https://bugs.ruby-lang.org/issues/10306#change-49142 * Author: Max Bacoux * Status: Feedback * Priority: Low * Assignee: * Category: core * Target version: * ruby -v: ruby 2.1.3p242 (2014-09-19 revision 47630) [x86_64-darwin13.0] * Backport: 2.0.0: UNKNOWN, 2.1: UNKNOWN ---------------------------------------- Some calculations are wrong when dealing with large bignums. For example, try 1000000000 ** 99, the result is obviously not right. -- https://bugs.ruby-lang.org/