Re: [Bug-apl] Format by specification - bug in exponential display
Hi, thanks a lot. Fixed in SVN 643. /// Jürgen On 07/01/2015 06:21 AM, apm wrote: I get the following when using ⍕: 12 ¯4 ⍕ 9.9994 9.9995 9.9996 ¯9.9995E¯10 ¯9.9996E¯10 9.999E0
[Bug-apl] Format by specification - bug in exponential display
I get the following when using ⍕: 12 ¯4 ⍕ 9.9994 9.9995 9.9996 ¯9.9995E¯10 ¯9.9996E¯10 9.999E0 9.999E0 0.000E0 ¯0.000E¯10 ¯0.000E¯10 This should display as: 9.999E0 1.000E1 1.000E1 ¯1.000E¯9 ¯1.000E¯9 The error in (12 ¯4 ⍕ 9.9996 ¯9.9995E¯10 ¯9.9996E¯10) s