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 698


Ignore:
Timestamp:
2015-06-08T17:54:01-07:00 (9 years ago)
Author:
Marek Rychlik
Message:

* empty log message *

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/f4grobner/ring.lisp

    r425 r698  
    8181   :lcm #'lcm
    8282   :ezgcd #'(lambda (x y &aux (c (gcd x y))) (values c (/ x c) (/ y c)))
    83    :gcd #'gcd)
     83   :gcd #'gcd
     84   )
    8485  "The ring of integers.")
    8586
Note: See TracChangeset for help on using the changeset viewer.