source: git/Tst/Old/comp.tst @ e706ff

spielwiese
Last change on this file since e706ff was 46976a6, checked in by Olaf Bachmann <obachman@…>, 26 years ago
* added status check to regress.cmd * added tst_status(1); call to each tst file, just before quit git-svn-id: file:///usr/local/Singular/svn/trunk@2271 2c84dea3-7e68-4137-9b89-c4e89433aadc
  • Property mode set to 100644
File size: 397 bytes
Line 
1ring r=0,x,dp;
2poly(1)>poly(2);
3poly(1)<poly(2);
4poly(1)>=poly(2);
5poly(1)<=poly(2);
6poly(1)!=poly(2);
7poly(2)>poly(1);
8poly(2)<poly(1);
9poly(2)>=poly(1);
10poly(2)<=poly(1);
11poly(2)!=poly(1);
12poly(0)>poly(1);
13poly(0)<poly(1);
14poly(0)>=poly(1);
15poly(0)<=poly(1);
16poly(0)!=poly(1);
17poly(2)>poly(0);
18poly(2)<poly(0);
19poly(2)>=poly(0);
20poly(2)<=poly(0);
21poly(2)!=poly(0);
22LIB "tst.lib";tst_status(1);$
Note: See TracBrowser for help on using the repository browser.