Changeset 70075de in git for libpolys


Ignore:
Timestamp:
Feb 28, 2022, 5:32:44 PM (2 years ago)
Author:
Hans Schoenemann <hannes@…>
Branches:
(u'spielwiese', '4a9821a93ffdc22a6696668bd4f6b8c9de3e6c5f')
Children:
fc2e0d38db0650acaca55c5367712f26fd5ddb55
Parents:
b4d1cea5a39713d1de44b2615d9f8fa2b443a84d
Message:
fix: typo: (long)real: Mult
File:
1 edited

Legend:

Unmodified
Added
Removed
  • libpolys/coeffs/gnumpfl.cc

    rb4d1cea r70075de  
    533533  n->cfInpAdd  = ngfInpAdd;
    534534  n->cfSub     = ngfSub;
     535  n->cfMult    = ngfMult;
    535536  n->cfInpMult = ngfInpMult;
    536537  n->cfDiv     = ngfDiv;
Note: See TracChangeset for help on using the changeset viewer.