Discussion:
[Bug-apl] Another GCD of complex number issue
Frederick Pitts
2017-04-24 18:33:03 UTC
Permalink
Hello Juergen,

As of svn revision 931, I observe the following for greatest
common divisor calculations

      ¯3J0 √ ¯3J0
2
      ¯1J0 √ ¯3J0
2
      ¯1J0 √ ¯1J0
0

2 does not evenly divide ¯3J0 or ¯1J0 and 0 does not divide.

Please find attached APL code that can be used to identify more
bad results if needed.

Regards,

Fred
Juergen Sauermann
2017-04-24 19:34:15 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 Frederick,<br>
<br>
thanks, fixed in <b>SVN 932</b>.<br>
<br>
/// Jürgen<br>
<br>
</font><br>
<div class="moz-cite-prefix">On 04/24/2017 08:33 PM, Frederick Pitts
wrote:<br>
</div>
<blockquote cite="mid:***@comcast.net"
type="cite">
<pre wrap="">      ¯3J0 ∨ ¯3J0
2
      ¯1J0 ∨ ¯3J0
2
      ¯1J0 ∨ ¯1J0
0</pre>
</blockquote>
<br>
</body>
</html>

Loading...