[Maxima] Bugfix for GosperSum (about Andrej's fix)?

Michel Van den Bergh michel.vandenbergh at uhasselt.be
Sun Jan 7 04:15:55 CST 2007


Andrej wrote
>
> if op(expr)="-" then
>  return(shiftQuoAuxHypCheck(-expr, k, hyp_flag))
>
> This will work for -n*n! also.
>
> Andrej
I found the problem. Your email has a typo. I should be

if op(expr)="-" then
    shiftQuoHypCheckAux(-expr, k, hyp_flag)

Thanks for looking into this.

Michel


More information about the Maxima mailing list