package.lisp @ 2f82e9ecb18e

Episode 11: Gravity
author Steve Losh <steve@stevelosh.com>
date Sun, 10 Apr 2016 23:13:35 +0000
parents 21b9503510dc
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))