close Warning: Can't synchronize with repository "(default)" (The repository directory has changed, you should resynchronize the repository with: trac-admin $ENV repository resync '(default)'). Look in the Trac log for more information.

Changeset 391


Ignore:
Timestamp:
2015-06-06T18:19:37-07:00 (9 years ago)
Author:
Marek Rychlik
Message:

* empty log message *

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/f4grobner/mx-grobner.lisp

    r390 r391  
    105105
    106106(defun coerce-maxima-list (expr)
    107   "convert a maxima list to lisp list."
     107  "Convert a Maxima list to Lisp list."
    108108  (cond
    109109   ((and (consp (car expr)) (eql (caar expr) 'mlist)) (cdr expr))
Note: See TracChangeset for help on using the changeset viewer.