From: max.bacoux@... Date: 2014-09-29T16:46:43+00:00 Subject: [ruby-core:65321] [ruby-trunk - Bug #10306] [Open] BigNum error Issue #10306 has been reported by Max Bacoux. ---------------------------------------- Bug #10306: BigNum error https://bugs.ruby-lang.org/issues/10306 * Author: Max Bacoux * Status: Open * Priority: Normal * 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/