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 23 for trunk


Ignore:
Timestamp:
2012-06-12T21:08:49-07:00 (12 years ago)
Author:
Marek Rychlik
Message:

* empty log message *

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/grobner.lisp

    r22 r23  
    10751075              c (funcall (ring-mul ring) c cg)
    10761076              p (grobner-op ring cp cg m p g))))
     1077    (debug-cgb "~&g=~a" g)
     1078    (debug-cgb "~&r=~a" r)
     1079    (debug-cgb "~&c=~a" c)   
     1080    (debug-cgb "~&p=~a" p)
     1081    (debug-cgb "~&division-count=~a" division-count)       
    10771082    (debug-cgb "/"))
    10781083   (t                                                   ;no division possible
Note: See TracChangeset for help on using the changeset viewer.