bug-apl
[Top][All Lists]
Advanced

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

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


From: Frederick Pitts
Subject: [Bug-apl] Typo in power operator )help description
Date: Sun, 10 Sep 2017 16:29:23 -0500

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]