source: git/Tst/Short/polylib_s.tst @ e1cda9

spielwiese
Last change on this file since e1cda9 was 42ea852, checked in by Oleksandr Motsak <motsak@…>, 11 years ago
Further incompatibilities with master! chg: Update 14.Jan.2013 (Tests regeneration/update due to master...) TODO: still missing commits from [master] (Interpreter...10912c588c406e6aab9dd2342c3d0c200096cb22 4b8a660ce83e9c109ec9eae1f413ab721fea2fd4)
  • Property mode set to 100644
File size: 627 bytes
Line 
1LIB "tst.lib";
2tst_init();
3
4LIB "poly.lib";
5
6example cyclic;
7killall();
8
9example katsura;
10killall();
11
12example freerank;
13killall();
14
15example maxcoef;
16killall();
17
18example maxdeg;
19killall();
20
21example maxdeg1;
22killall();
23
24example mindeg;
25killall();
26
27example mindeg1;
28killall();
29
30example normalize;
31killall();
32
33example rad_con;
34killall();
35
36example content;
37killall();
38
39/*example numerator;// core function in SW*/ring r=0,x,dp;number n=3/2;numerator(n);kill r;
40
41/*example denominator;// core function in SW*/ring r=0,x,dp;number n=3/2;denominator(n);kill r;
42
43example mod2id;
44
45example id2mod;
46
47example subrInterred;
48
49tst_status(1);$
Note: See TracBrowser for help on using the repository browser.