Re: [perl #128914] [BUG] decimal->float conversion differs for literals and Str.Num [Request: ET-9726 is created]

2018-04-13 Thread dcu
  Thank you for your email request. Your request ID is I-1544180 

Re: [perl #128914] [BUG] decimal->float conversion differs for literals and Str.Num [Request: ET-9727 is created]

2018-04-13 Thread dcu
  Thank you for your email request. Your request ID is I-1544181 

[perl #128914] [BUG] decimal->float conversion differs for literals and Str.Num

2018-04-13 Thread Zoffix Znet via RT
On Fri, 12 Aug 2016 10:24:48 -0700, zef...@fysh.org wrote: > > "9.998e0".EVAL - "9.998e0".Num > 1.77635683940025e-15 > > Observe that the same string yields different Num values when interpreted > as a Num literal and when coerced. Where the string is meaningful both > way

[perl #128914] [BUG] decimal->float conversion differs for literals and Str.Num

2018-04-13 Thread Zoffix Znet via RT
On Fri, 12 Aug 2016 10:24:48 -0700, zef...@fysh.org wrote: > > "9.998e0".EVAL - "9.998e0".Num > 1.77635683940025e-15 > > Observe that the same string yields different Num values when interpreted > as a Num literal and when coerced. Where the string is meaningful both > way

[perl #128914] [BUG] decimal->float conversion differs for literals and Str.Num

2018-03-25 Thread Zoffix Znet via RT
On Fri, 12 Aug 2016 10:24:48 -0700, zef...@fysh.org wrote: > > "9.998e0".EVAL - "9.998e0".Num > 1.77635683940025e-15 > > Observe that the same string yields different Num values when interpreted > as a Num literal and when coerced. Where the string is meaningful both > way

[perl #128914] [BUG] decimal->float conversion differs for literals and Str.Num

2018-03-25 Thread Zoffix Znet via RT
On Fri, 12 Aug 2016 10:24:48 -0700, zef...@fysh.org wrote: > > "9.998e0".EVAL - "9.998e0".Num > 1.77635683940025e-15 > > Observe that the same string yields different Num values when interpreted > as a Num literal and when coerced. Where the string is meaningful both > way

[perl #128914] [BUG] decimal->float conversion differs for literals and Str.Num

2016-08-12 Thread via RT
# New Ticket Created by Zefram # Please include the string: [perl #128914] # in the subject line of all future correspondence about this issue. # https://rt.perl.org/Ticket/Display.html?id=128914 > > "9.998e0".EVAL - "9.998e0".Num 1.77635683940025e-15 Observe that the