source: git/Tst/Old/err2.tst @ e706ff

spielwiese
Last change on this file since e706ff was 46976a6, checked in by Olaf Bachmann <obachman@…>, 26 years ago
* added status check to regress.cmd * added tst_status(1); call to each tst file, just before quit git-svn-id: file:///usr/local/Singular/svn/trunk@2271 2c84dea3-7e68-4137-9b89-c4e89433aadc
  • Property mode set to 100644
File size: 449 bytes
Line 
1// testing the input of long integers and the conversion to poly
2int i=12345678901234567890;
3listvar(all);
412345678901234567890;
5ring r=0,x,dp;
612345678901234567890;
7typeof(123);
8typeof(12345678901234567890);
9kill r;
10ring r=32003,x,dp;
1112345678901234567890;
12typeof(123);
13typeof(12345678901234567890);
14kill r;
15// testing input of "difficult" zeros and conversion to number
16ring r=11,t,dp;
17poly f=2678962/25;
18f;
19kill r;
20LIB "tst.lib";tst_status(1);$
21
Note: See TracBrowser for help on using the repository browser.