We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c83c145 commit afc48b7Copy full SHA for afc48b7
check/fixes.frm
@@ -2277,6 +2277,29 @@ assert succeeded?
2277
assert result("test", -2) =~ expr("f(0)*g(2)")
2278
assert result("test", -1) =~ expr("h(2,0)")
2279
*--#] Issue277 :
2280
+*--#[ Issue292 :
2281
+#-
2282
+#: MaxTermSize 16K
2283
+#: SubTermsInSmall 800
2284
+#: SubSortIOSize 8K
2285
+
2286
+CFunction f;
2287
+AutoDeclare Symbol x;
2288
2289
+Local test = x - f(x);
2290
+.sort
2291
2292
+Identify x = (x1+...+x11)^4;
2293
+Argument f;
2294
+ Identify x = (x1+...+x11)^4;
2295
+EndArgument;
2296
2297
2298
+Identify f(x?) = x;
2299
+Print test;
2300
+.end
2301
+assert result("test") =~ expr("0")
2302
+*--#] Issue292 :
2303
*--#[ Issue307 :
2304
* replace_ with nested CFunctions crashes
2305
S N,j1;
0 commit comments