source: git/Tst/Short/bug_minpoly_frac.tst @ 197c4e

spielwiese
Last change on this file since 197c4e was 31b6f4, checked in by Hans Schoenemann <hannes@…>, 7 years ago
fix: assign minpoly with denom.
  • Property mode set to 100644
File size: 147 bytes
Line 
1LIB "tst.lib";
2tst_init();
3
4// output was: (4a2+2): multiplied twice with den.
5ring R=(0,a),(x,y),dp;
6minpoly = 1/2+a^2;
7minpoly;
8
9tst_status(1);$
Note: See TracBrowser for help on using the repository browser.