Changeset 8 in CGBLisp for src/xgcd.lisp


Ignore:
Timestamp:
Jan 26, 2009, 10:23:33 PM (15 years ago)
Author:
Marek Rychlik
Message:

Moving sources into trunk

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/xgcd.lisp

    r1 r8  
    1515(in-package "XGCD")
    1616
    17 #+debug(proclaim '(optimize (speed 0) (debug 3)))
    18 #-debug(proclaim '(optimize (speed 3) (debug 0)))
     17(proclaim '(optimize (speed 0) (debug 3)))
    1918
    2019(defun xgcd (X Y)
Note: See TracChangeset for help on using the changeset viewer.