source:
git/Tst/Short/bug_tr770.tst
@
cd7960
Last change on this file since cd7960 was cd7960, checked in by , 7 years ago | |
---|---|
|
|
File size: 171 bytes |
Line | |
---|---|
1 | LIB "tst.lib"; |
2 | tst_init(); |
3 | |
4 | LIB"brnoeth.lib"; |
5 | |
6 | printlevel = -5; |
7 | ring rng = 2,(x,y,z),dp; |
8 | short = 0; |
9 | poly p = x^7 + y^7 + z^7; |
10 | def result = Adj_div(p); |
11 | |
12 | tst_status(1); $; |
13 |
Note: See TracBrowser
for help on using the repository browser.