You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
On commit 3767258 if I try to factorise an expression containing only an integer, the number of factors reported is 1 but accessing factor 1 causes the program to terminate.
Input:
#-
Symbol x;
#$a = 1; * Error
*#$a = x; * Fine
#factdollar $a;
#write "Number of factors in `$a' is `$a[0]'"
#write "Factor 1 is `$a[1]'"
.end
Output:
FORM 4.2.0 (Jul 13 2017, v4.2.0-10-g3767258) 64-bits Run: Fri Jul 14 16:00:02 2017
#-
Number of factors in 1 is 1
Program terminating at test.frm Line 3 -->
0.00 sec out of 0.00 sec
The text was updated successfully, but these errors were encountered:
On commit 3767258 if I try to factorise an expression containing only an integer, the number of factors reported is 1 but accessing factor 1 causes the program to terminate.
Input:
Output:
The text was updated successfully, but these errors were encountered: