Changeset 432937c in git for Singular/LIB/ntsolve.lib
- Timestamp:
- Jul 20, 2018, 3:19:35 PM (5 years ago)
- Branches:
- (u'spielwiese', 'a719bcf0b8dbc648b128303a49777a094b57592c')
- Children:
- 79d81e55c8fa0bafcf778605ad3ed28e8b9a1321
- Parents:
- 603a9894476eb0322bbfbcb93b58502145498740
- git-author:
- Hans Schoenemann <hannes@mathematik.uni-kl.de>2018-07-20 15:19:35+02:00
- git-committer:
- Hans Schoenemann <hannes@mathematik.uni-kl.de>2018-07-20 15:40:47+02:00
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
Singular/LIB/ntsolve.lib
r603a989 r432937c 1 1 ////////////////////////////////////////////////////////////////////////////// 2 version="version ntsolve.lib 4.1.1. 0Dec_2017 "; // $ID$2 version="version ntsolve.lib 4.1.1.2 Dec_2017 "; // $ID$ 3 3 category="Symbolic-numerical solving"; 4 4 info=" … … 55 55 int prot = printlevel-voice+2; // prot=printlevel (default:prot=0) 56 56 if (i1 < 1){itmax = 100;}else{itmax = ipar[1];} 57 if (i1 < 2){acc = prec div 2;}else{acc = ipar[2];}57 if (i1 < 2){acc = prec;}else{acc = ipar[2];} 58 58 if ((acc <= 0)||(acc > prec-1)){acc = prec-1;} 59 59
Note: See TracChangeset
for help on using the changeset viewer.