[Bug-apl] Format by specification - bug in exponential display

2015-06-30 Thread apm
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

[Bug-apl] Fwd: Re: Submission for GNU APL Bits_and_Pieces directory

2015-06-30 Thread Juergen Sauermann
Hi Alex, very good, thank you very much. I have added it as: http://www.gnu.org/software/apl/Bits_and_Pieces/File_Table_Reader.apl.html Jürgen On 06/30/2015 04:57 AM, alexwei...@alexweiner.com wro

Re: [Bug-apl] Submission for GNU APL Bits_and_Pieces directory

2015-06-30 Thread Juergen Sauermann
Hi Alex, very good, thank you very much. I have added it as: http://www.gnu.org/software/apl/Bits_and_Pieces/File_Table_Reader.apl.html Jürgen On 06/30/2015 04:57 AM, alexwei...@alexweiner.com wrote:

Re: [Bug-apl] Circle bugs

2015-06-30 Thread Juergen Sauermann
Hi Kacper, thanks, fixed in SVN 642. /// Jürgen On 06/30/2015 01:13 AM, Kacper Gutowski wrote: There is a number of problems with circle functions. Inverse trigonometric and hyperbolic functions ¯1 ¯2 ¯6 ¯7 as well a

Re: [Bug-apl] Unexpected domain error in power

2015-06-30 Thread Juergen Sauermann
Hi Kacper, thanks, fixed in *SVN 642*. /// Jürgen On 06/30/2015 01:20 AM, Kacper Gutowski wrote: I have no idea how that happens. ¯1J0⋆2 DOMAIN ERROR ¯1⋆2 ^ ^ -k