What is a polynomial in x?
    Christian Bauer 
    cbauer at thep.physik.uni-mainz.de
       
    Thu Mar  7 13:14:42 CET 2002
    
    
  
Hi!
On Thu, Mar 07, 2002 at 12:58:59PM +0100, Roberto Bagnara wrote:
>      if (is_a_polynomial(e, x)) {
  if (e.info(info_flags::polynomial)) {
(there's also info_flags::integer_polynomial and a couple of others; the
complete list is in the GiNaC tutorial)
> While we are trying to write code that depends only on the guarantees
> GiNaC offer, we would like to take the occasion of improving GiNaC's
> documentation
That's always appreciated. :-)
Bye,
Christian
-- 
  / Coding on PowerPC and proud of it
\/ http://www.uni-mainz.de/~bauec002/
    
    
More information about the GiNaC-list
mailing list