package.lisp @ 5c1a3615e9fc

Mini 3: Map(-range)
author Steve Losh <steve@stevelosh.com>
date Tue, 12 Apr 2016 22:05:57 +0000
parents 21b9503510dc
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))