fricas
(1) -> integrate(sin(x)**2,x=0..1)
   There are no library operations named ** 
      Use HyperDoc Browse or issue
                                 )what op **
      to learn if there is any operation containing " ** " in its name.
   Cannot find a definition or applicable library operation named ** 
      with argument type(s) 
                             Expression(Integer)
                               PositiveInteger
      Perhaps you should use "@" to indicate the required return type, 
      or "$" to specify which version of the function you need.
returns "potentialPole". This doesn't look right.  We have 
fricas
integrate(sin(x)**2,x)
   There are no library operations named ** 
      Use HyperDoc Browse or issue
                                 )what op **
      to learn if there is any operation containing " ** " in its name.
   Cannot find a definition or applicable library operation named ** 
      with argument type(s) 
                             Expression(Integer)
                               PositiveInteger
      Perhaps you should use "@" to indicate the required return type, 
      or "$" to specify which version of the function you need.
and
fricas
integrate(sin(x)**2,x=0..1, "noPole")
   There are no library operations named ** 
      Use HyperDoc Browse or issue
                                 )what op **
      to learn if there is any operation containing " ** " in its name.
   Cannot find a definition or applicable library operation named ** 
      with argument type(s) 
                             Expression(Integer)
                               PositiveInteger
      Perhaps you should use "@" to indicate the required return type, 
      or "$" to specify which version of the function you need.
There is no pole.
Category: Axiom Mathematics => Axiom Library 
Status: open => fixed somewhere 
http://fricas.svn.sourceforge.net/viewvc/fricas/trunk/src/algebra/defintef.spad.pamphlet?r1=20&r2=238&view=patch
Status: fixed somewhere => fix proposed 
Status: fix proposed => closed