bug-apl
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Standard way to compute a Mandelbrot fractal in APL


From: Kacper Gutowski
Subject: Re: Standard way to compute a Mandelbrot fractal in APL
Date: Tue, 22 Sep 2020 23:54:08 +0200

On Tue, Sep 22, 2020 at 03:16:08PM +0200, Dr. Jürgen Sauermann wrote:
thanks, fixed missing DOMAIN ERROR in SVN 1348.

Thanks, but I failed to realize these are separate cases; the power function with complex left argument and real right still gives infinity at r1348. These should be domain errors too:

      x←2J0⋆999
      x⋆2
∞
      y←0J2⋆999
      y⋆2
¯∞J∞


-k



reply via email to

[Prev in Thread] Current Thread [Next in Thread]