Re: [Bug-apl] Typo in power operator )help description
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
[Bug-apl] Typo in power operator )help description
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) dy