Changeset 6c0138c in git


Ignore:
Timestamp:
Oct 27, 2020, 3:20:55 PM (3 years ago)
Author:
Hans Schoenemann <hannes@…>
Branches:
(u'spielwiese', '17f1d200f27c5bd38f5dfc6e8a0879242279d1d8')
Children:
c363c690cb9e1cc67039fad398ad4c2b8b07f289
Parents:
9bdba5813a09b26fb621f78516d25b37624f8b68
Message:
fix comment for cfMPZ
File:
1 edited

Legend:

Unmodified
Added
Removed
  • libpolys/coeffs/coeffs.h

    r9bdba5 r6c0138c  
    188188   long    (*cfInt)(number &n, const coeffs r);
    189189
    190    /// Converts a non-negative number n into a GMP number, 0 if impossible
     190   /// Converts a (integer) number n into a GMP number, 0 if impossible
    191191   void     (*cfMPZ)(mpz_t result, number &n, const coeffs r);
    192192
Note: See TracChangeset for help on using the changeset viewer.