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 3411 for branches


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

* empty log message *

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/f4grobner/ring.lisp

    r3390 r3411  
    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
    122126(defgeneric r-lcm (x y)
    123127  (:method ((x integer) (y integer)) (lcm x y))
Note: See TracChangeset for help on using the changeset viewer.