Changeset 66b967 in git for libpolys/coeffs/mpr_complex.h


Ignore:
Timestamp:
Mar 16, 2012, 9:28:10 PM (12 years ago)
Author:
Oleksandr Motsak <motsak@…>
Branches:
(u'spielwiese', '8e0ad00ce244dfd0756200662572aef8402f13d5')
Children:
da5d77927205b9034ed31fba754cd3988b932fd5
Parents:
5a72fe43aa1fbae0fb93ebbff5685375e726f93c
git-author:
Oleksandr Motsak <motsak@mathematik.uni-kl.de>2012-03-16 21:28:10+01:00
git-committer:
Oleksandr Motsak <motsak@mathematik.uni-kl.de>2012-03-17 05:42:18+01:00
Message:
gmp_float::is(One|MOne|Zero) are const methods
File:
1 edited

Legend:

Unmodified
Added
Removed
  • libpolys/coeffs/mpr_complex.h

    r5a72fe r66b967  
    126126  { return mpf_sgn( t ); };
    127127
    128   bool isZero();  // t == 0 ?
    129   bool isOne();   // t == 1 ?
    130   bool isMOne();  // t == -1 ?
     128  bool isZero() const;  // t == 0 ?
     129  bool isOne() const;   // t == 1 ?
     130  bool isMOne() const;  // t == -1 ?
    131131
    132132  void setFromStr(const char * in );
Note: See TracChangeset for help on using the changeset viewer.