Changeset 432937c in git for Singular/LIB/ntsolve.lib


Ignore:
Timestamp:
Jul 20, 2018, 3:19:35 PM (5 years ago)
Author:
Hans Schoenemann <hannes@…>
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
Message:
fix: accuracy for sqr/nt_solve (atkins.lib/ntsolve.lib)
File:
1 edited

Legend:

Unmodified
Added
Removed
  • Singular/LIB/ntsolve.lib

    r603a989 r432937c  
    11//////////////////////////////////////////////////////////////////////////////
    2 version="version ntsolve.lib 4.1.1.0 Dec_2017 "; // $ID$
     2version="version ntsolve.lib 4.1.1.2 Dec_2017 "; // $ID$
    33category="Symbolic-numerical solving";
    44info="
     
    5555    int prot = printlevel-voice+2;  // prot=printlevel (default:prot=0)
    5656    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];}
    5858    if ((acc <= 0)||(acc > prec-1)){acc = prec-1;}
    5959
Note: See TracChangeset for help on using the changeset viewer.