source: git/Tst/Short/bug_ringlist.tst @ fdda546

spielwiese
Last change on this file since fdda546 was 05ba34, checked in by Hans Schoenemann <hannes@…>, 10 years ago
fix: bug_ringlist: ringlist with coeffs 'real'
  • Property mode set to 100644
File size: 217 bytes
Line 
1LIB "tst.lib";
2tst_init();
3
4// ringlist with real/complex of given length
5ring r=(real,50),(x,y,z),dp;
6r;
7def s=ring(ringlist(r));
8s;
9ring R=(complex,500,i),(x,y,z),dp;
10R;
11def S=ring(ringlist(R));
12S;
13
14tst_status(1);$
Note: See TracBrowser for help on using the repository browser.