[perl #128758] Reduce with numeric ops does not numify things if only one arg is passed ([*] set(1,2,3))

2018-03-26 Thread Jan-Olof Hendig via RT
On Sun, 25 Mar 2018 08:43:30 -0700, jan-olof.hen...@bredband.net wrote: > On Thu, 29 Jun 2017 12:50:43 -0700, sml...@gmail.com wrote: > > It looks like this bug hasn't been *completely* fixed: > > > > dd :<+>( "2" ); # 2 > > dd :<*>( "2" ); # 2 > > > > dd [*] "2"; # 2 >

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

2018-03-26 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 >

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

2018-03-26 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 >