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 3412


Ignore:
Timestamp:
2015-08-27T16:36:26-07:00 (9 years ago)
Author:
Marek Rychlik
Message:

* empty log message *

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/f4grobner/ring.lisp

    r3411 r3412  
    120120  (:documentation "Divides ring elements."))
    121121
    122 (defgeneric r/ (x)
    123   (:method ((x number)) (/ x))
    124   (:documentation "Finds the inverse of a ring element."))
    125 
    126122(defgeneric r-lcm (x y)
    127123  (:method ((x integer) (y integer)) (lcm x y))
Note: See TracChangeset for help on using the changeset viewer.