source: git/Tst/Short/bug_tr393.tst @ 649427

spielwiese
Last change on this file since 649427 was 649427, checked in by Hans Schoenemann <hannes@…>, 18 months ago
fix: maximal space for exponents (see https://github.com/oscar-system/Oscar.jl/issues/1663)
  • Property mode set to 100644
File size: 128 bytes
Line 
1LIB "tst.lib";
2tst_init();
3
4// overflow checks:
5ring r;
6poly p=2x3000;
7map f=r,x3000;
8f(p);
9subst (p,x,y3000);
10
11tst_status(1);$
Note: See TracBrowser for help on using the repository browser.