package.lisp @ 4e226f02861b

Episode 12: Edge Handling (1)
author Steve Losh <steve@stevelosh.com>
date Sun, 17 Apr 2016 20:47:47 +0000
parents 5c1a3615e9fc
children 78529b68fe97
(defpackage #:coding-math.utils
  (:use #:cl #:coding-math.quickutils)
  (:export
    #:dividesp))

(defpackage #:coding-math
  (:use #:cl
        #:sketch
        #:coding-math.quickutils
        #:coding-math.utils)
  (:shadow
    #:normalize))