CoxIter
1.3
CoxIter - Computing invariants of hyperbolic Coxeter groups
|
#include <number_template.h>
Public Member Functions | |
virtual bool | operator== (Number_template const &) const |
virtual bool | operator!= (Number_template const &) const |
virtual Number_template | operator+ (Number_template const &n) const |
virtual Number_template & | operator+= (Number_template const &n) |
virtual Number_template | operator- (Number_template const &n) const |
virtual Number_template & | operator-= (Number_template const &n) |
virtual Number_template | operator* (Number_template const &n) const |
virtual Number_template & | operator*= (Number_template const &n) |
virtual Number_template | operator/ (Number_template const &n) const |
virtual Number_template & | operator/= (Number_template const &n) |
virtual void | print (ostream &) const |
Public Attributes | |
bool | isZero |
bool | isMinusOne |
bool | isOne |
bool | isInt |
|
virtual |
|
virtual |
|
virtual |
|
virtual |
|
virtual |
|
virtual |
|
virtual |
|
virtual |
|
virtual |
|
virtual |
|
virtual |
Reimplemented in MPZ_rational.
bool Number_template::isInt |
bool Number_template::isMinusOne |
bool Number_template::isOne |
bool Number_template::isZero |