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 2381


Ignore:
Timestamp:
2015-06-18T21:43:13-07:00 (9 years ago)
Author:
Marek Rychlik
Message:

* empty log message *

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/f4grobner/term.lisp

    r2380 r2381  
    8484or NIL when the product is 0. This definition takes care of divisors of 0
    8585in the coefficient ring."
    86   ;;(format t "TERM::R* called with:~&  TERM1: ~A~&  TERM2: ~A~%" term1 term2)
    8786  (let ((result (change-class (call-next-method) 'term)))
    8887    (setf (r-coeff result) (r* (r-coeff term1) (r-coeff term2)))
Note: See TracChangeset for help on using the changeset viewer.