package.lisp @ 21b9503510dc

Initial commit
author Steve Losh <steve@stevelosh.com>
date Sat, 09 Apr 2016 22:59:17 +0000
parents (none)
children 5c1a3615e9fc
(defpackage #:coding-math.utils
  (:use #:cl #:coding-math.quickutils)
  (:export
    #:dividesp))

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