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.

Ignore:
Timestamp:
2016-06-04T20:21:51-07:00 (8 years ago)
Author:
Marek Rychlik
Message:

* empty log message *

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/f4grobner/integer-ring.lisp

    r4252 r4254  
    105105    (with-slots (other-value)
    106106        other
    107       (let (c (gcd value other-value))
     107      (let ((c (gcd value other-value)))
    108108        (values (make-instance 'integer-ring :value c)
    109109                (make-instance 'integer-ring :value (/ value c))
Note: See TracChangeset for help on using the changeset viewer.