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 2097


Ignore:
Timestamp:
2015-06-17T19:57:55-07:00 (9 years ago)
Author:
Marek Rychlik
Message:

* empty log message *

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/f4grobner/ring.lisp

    r2096 r2097  
    3636  (:export "PARSE"
    3737           "UNIT-FOR"
    38            "RING-ZEROP"
    39            "RING-ADD"
    40            "RING-SUB"
    41            "RING-UMINUS"
    42            "RING-MUL"
    43            "RING-DIV"
    44            "RING-LCM"
    45            "RING-EZGCD"
    46            "RING-GCD"
     38           "ZEROP"
     39           "ADD"
     40           "SUB"
     41           "UMINUS"
     42           "MUL"
     43           "DIV"
     44           "LCM"
     45           "EZGCD"
     46           "GCD"
    4747           ))
    4848
Note: See TracChangeset for help on using the changeset viewer.