package.lisp @ dcf7b53a54df

Episode 12: Edge Handling (2)
author Steve Losh <steve@stevelosh.com>
date Sun, 17 Apr 2016 21:16:39 +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))