package.lisp @ 78529b68fe97

Mini 4: Clamp
author Steve Losh <steve@stevelosh.com>
date Sun, 17 Apr 2016 21:57:14 +0000
parents 5c1a3615e9fc
children 540972fdbaab
(defpackage #:coding-math.utils
  (:use #:cl #:coding-math.quickutils)
  (:export
    #:mulf
    #:dividesp))

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