On Tue, Aug 26, 2008 at 9:42 AM, William Stein <[EMAIL PROTECTED]> wrote:
> (%i7) load(coeflist); > (%o7) > /Users/was/s/local/share/maxima/5.13.0/share/contrib/format/coeflist.lisp > (%i8) coeffs(P,x); > Maxima encountered a Lisp error: > > EVAL: undefined function LSH Should be fixed in versions 5.14.0 and later. Sorry for the bother. LSH was a nonstandard function, replaced by ASH (arithmetic shift). Common Lisp was introduced in the 90's but there are still remnants of pre-CL Lisp in Maxima, which we are slowly cleaning up. FWIW Robert Dodier --~--~---------~--~----~------------~-------~--~----~ To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/sage-support URLs: http://www.sagemath.org -~----------~----~----~----~------~----~------~--~---
