Discussion:
[Bug-apl] Typo in power operator )help description
Frederick Pitts
2017-09-10 21:29:23 UTC
Permalink
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
Juergen Sauermann
2017-09-11 18:06:03 UTC
Permalink
<html>
<head>
<meta content="text/html; charset=utf-8" http-equiv="Content-Type">
</head>
<body bgcolor="#FFFFFF" text="#000000">
<font face="Helvetica, Arial, sans-serif">Hi Fred,<br>
<br>
thanks, fixed in <b>SVN 1011</b>.<br>
<br>
/// Jürgen<br>
<br>
</font><br>
<div class="moz-cite-prefix">On 09/10/2017 11:29 PM, Frederick Pitts
wrote:<br>
</div>
<blockquote cite="mid:***@comcast.net"
type="cite">
<pre wrap="">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


</pre>
</blockquote>
<br>
</body>
</html>

Loading...