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 4394


Ignore:
Timestamp:
2016-06-07T14:22:25-07:00 (8 years ago)
Author:
Marek Rychlik
Message:

* empty log message *

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/f4grobner/test5.lisp

    r4393 r4394  
    2525                  (poly->string sp))
    2626          (setf sp-rem (normal-form sp fl))
    27           (format t "NORMAL-FORM(~A,~A) --> ~A~%" (poly->string sp-rem) (poly->string (cons :[ fl)) (poly->string sp-rem))
     27          (format t "NORMAL-FORM(~A,~A) --> ~A~%"
     28                  (poly->string sp-rem)
     29                  (poly->string (cons :[ fl))
     30                  (poly->string sp-rem))
    2831          )
    2932)
Note: See TracChangeset for help on using the changeset viewer.