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:
2015-09-05T18:45:27-07:00 (9 years ago)
Author:
Marek Rychlik
Message:

* empty log message *

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/f4grobner/5am-monom.lisp

    r3603 r3604  
    161161    (is-true (divides-p m n))
    162162    (is-false (divides-p n m))
    163     (is (r-equalp (universal-gcd m n) m))
    164     (is (r-equalp (universal-lcm m n) n))
     163    (is (universal-equalp (universal-gcd m n) m))
     164    (is (universal-equalp (universal-lcm m n) n))
    165165    (is-true (depends-p m 0))
    166166    (signals
Note: See TracChangeset for help on using the changeset viewer.