source: git/Tst/Short/bug_division.tst @ fe969a

spielwiese
Last change on this file since fe969a was f2244c8, checked in by Hans Schoenemann <hannes@…>, 14 years ago
division and complex git-svn-id: file:///usr/local/Singular/svn/trunk@12983 2c84dea3-7e68-4137-9b89-c4e89433aadc
  • Property mode set to 100644
File size: 144 bytes
Line 
1LIB "tst.lib";
2tst_init();
3
4// crash in 3-1-1-3:
5ring sage6=(complex,15,0,I),(x, y),dp;
6poly f = y*x^2 + x + 1;
7division(f,x);
8
9tst_status(1);$
Note: See TracBrowser for help on using the repository browser.