bug-apl
[Top][All Lists]
Advanced

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

Re: [Bug-apl] Typo in power operator )help description


From: Juergen Sauermann
Subject: Re: [Bug-apl] Typo in power operator )help description
Date: Mon, 11 Sep 2017 20:06:03 +0200
User-agent: Mozilla/5.0 (X11; Linux i686; rv:45.0) Gecko/20100101 Thunderbird/45.2.0

Hi Fred,

thanks, fixed in SVN 1011.

/// Jürgen


On 09/10/2017 11:29 PM, Frederick Pitts wrote:
Hello all,

	With svn 1010,

      )help ⍣
   dyadic operator:   Z ← (F ⍣ G) B  (Power Operator)
    repeat G times: B ← F B                       (numeric scalar G)


   dyadic operator:   Z ← (F ⍣ G) B  (Power Operator)
    repeat: B ← F B until (F B) G B is true       (function G)


   dyadic operator:   Z ← A (F ⍣ G) B  (Power Operator)
    repeat G times: B ← A F B                     (numeric scalar G)


   dyadic operator:   Z ← (F ⍣ G) B  (Power Operator)
    repeat: B ← A F B until (A F B) G B is true   (function G)

In the first line of the last case, I think 'A' is missing between '←'
and '('.

Regards,

Fred




reply via email to

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