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 2809


Ignore:
Timestamp:
2015-06-20T22:09:21-07:00 (9 years ago)
Author:
Marek Rychlik
Message:

* empty log message *

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/f4grobner/ring.lisp

    r2808 r2809  
    108108            &aux (c (gcd x y)))
    109109    (values c (/ x c) (/ y c)))
    110   (:documentation "Solves the diophantine system: X=C*X1, Y=C*X2, C=GCD(X,Y)"))
     110  (:documentation "Solves the diophantine system: X=C*X1, Y=C*X2,
     111C=GCD(X,Y).  It returns C, X1 and Y1. The result may be obtained by
     112the Euclidean algorithm."))
    111113
    112114(defgeneric r-gcd (x y)
Note: See TracChangeset for help on using the changeset viewer.