From: nagachika00@... Date: 2019-01-20T05:13:32+00:00 Subject: [ruby-core:91188] [Ruby trunk Bug#14731] Float() ignores exponent in long string Issue #14731 has been updated by nagachika (Tomoyuki Chikanaga). Backport changed from 2.3: REQUIRED, 2.4: REQUIRED, 2.5: REQUIRED to 2.3: REQUIRED, 2.4: REQUIRED, 2.5: DONE ruby_2_5 r66879 merged revision(s) 63322. ---------------------------------------- Bug #14731: Float() ignores exponent in long string https://bugs.ruby-lang.org/issues/14731#change-76421 * Author: nobu (Nobuyoshi Nakada) * Status: Closed * Priority: Normal * Assignee: * Target version: * ruby -v: * Backport: 2.3: REQUIRED, 2.4: REQUIRED, 2.5: DONE ---------------------------------------- Related to #14729: ```ruby Float("1."+"00000"*Float::DIG+"0e10") #=> 10000000000.0 Float("1."+"00000"*Float::DIG+"_0e10") #=> 1.0 ``` -- https://bugs.ruby-lang.org/ Unsubscribe: