- Member LongInt::operator% (const LongInt &r) const
- In some cases, it returns wrong values.
- Member LongInt::Pow (const LongInt &exp) const
- Cannot handle negative exponents.
- Member Sum::Expand () const
- Stupid as hell (try to expand (a+b)^20), slow as hell and eats up memory due to memory leaks. Does not deal with negative exponents.
- Member Product::Expand () const
- Stupid as hell (try to expand (a+b)^20), slow as hell and eats up memory due to memory leaks. Does not deal with negative exponents.
- Member Product::ExplodeSumsIP ()
- Will choke on negative exponents.
Generated on Sun Dec 31 01:57:28 2006 for ECAS by
1.4.7