source: git/Tst/Short/bug_radcon.tst @ 0054e7

spielwiese
Last change on this file since 0054e7 was b806aa, checked in by Hans Schönemann <hannes@…>, 17 years ago
*hannes: funny stuff in 3-0-3: fixed errors and default behav. git-svn-id: file:///usr/local/Singular/svn/trunk@10293 2c84dea3-7e68-4137-9b89-c4e89433aadc
  • Property mode set to 100644
File size: 158 bytes
Line 
1LIB "tst.lib";
2tst_init();
3
4// rad_con in local orderings
5
6LIB"poly.lib";
7ring r=0,(x,y),ds;
8ideal i=(1+x)*y2;
9rad_con(y,i);
10// should be 1
11
12tst_status(1);$
Note: See TracBrowser for help on using the repository browser.