source: git/Tst/Short/bug_tr770.tst @ cd7960

spielwiese
Last change on this file since cd7960 was cd7960, checked in by Jakob Kroeker <kroeker@…>, 8 years ago
fix variable declaration before minpoly is defined in brnoeth.lib
  • Property mode set to 100644
File size: 171 bytes
Line 
1LIB "tst.lib";
2tst_init();
3
4LIB"brnoeth.lib";
5
6printlevel = -5;
7ring rng = 2,(x,y,z),dp;
8short = 0;
9poly p = x^7 + y^7 + z^7;
10def result = Adj_div(p);
11
12tst_status(1); $;
13
Note: See TracBrowser for help on using the repository browser.