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

spielwiese
Last change on this file since b1ac99 was b35b93, checked in by Olaf Bachmann <obachman@…>, 26 years ago
This commit was generated by cvs2svn to compensate for changes in r1396, which included commits to RCS files with non-trunk default branches. git-svn-id: file:///usr/local/Singular/svn/trunk@1397 2c84dea3-7e68-4137-9b89-c4e89433aadc
  • Property mode set to 100644
File size: 396 bytes
Line 
1LIB "tst.lib";
2tst_init();
3
4LIB "poly.lib";
5
6example cyclic;
7killall();
8
9exampe katsura();
10killall();
11
12example freerank;
13killall();
14
15example is_homog;
16killall();
17
18example maxcoef;
19killall();
20
21example maxdeg;
22killall();
23
24example maxdeg1;
25killall();
26
27example mindeg;
28killall();
29
30example mindeg1;
31killall();
32
33example normalize;
34killall();
35
36example rad_con;
37killall();
38
39example content;
40killall();
41$
Note: See TracBrowser for help on using the repository browser.