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

spielwiese
Last change on this file since 197c4e was d7c636, checked in by Hans Schoenemann <hannes@…>, 7 years ago
test: warn if ZZ/p is used with factory for p>2^29 (factory limit)
  • Property mode set to 100644
File size: 130 bytes
Line 
1LIB "tst.lib";
2tst_init();
3
4// warn, if prime is too large for factory:
5ring r=536871001,x,dp;
6factorize (x2-1);
7
8tst_status(1);$
Note: See TracBrowser for help on using the repository browser.