40 unsigned int length( )
const;
Rational operator+(const Rational &, const Rational &)
Rational operator*(const Rational &, const Rational &)
Rational operator-(const Rational &, const Rational &)
Rational operator/(const Rational &, const Rational &)
friend Rational lcm(const Rational &, const Rational &)
Rational & operator*=(const Rational &)
friend bool operator>(const Rational &, const Rational &)
friend bool operator<=(const Rational &, const Rational &)
friend Rational pow(const Rational &, int)
friend bool operator>=(const Rational &, const Rational &)
friend Rational abs(const Rational &)
Rational & operator-=(const Rational &)
double complexity() const
friend Rational gcd(const Rational &, const Rational &)
friend int sgn(const Rational &)
friend bool operator!=(const Rational &, const Rational &)
unsigned int length() const
Rational & operator+=(const Rational &)
Rational & operator=(int)
Rational & operator/=(const Rational &)
friend bool operator==(const Rational &, const Rational &)
friend bool operator<(const Rational &, const Rational &)
const CanonicalForm int s
ostream & operator<<(ostream &s, const spectrum &spec)