X-Git-Url: http://git.kpe.io/?a=blobdiff_plain;f=math.lisp;fp=math.lisp;h=682cd74027776f7dfc5a3d4346c7a0ab2be55f50;hb=4a5b626f01db51b02f969adb33ddad6aa9ee303a;hp=6e585baf8edbdc0c1d67f52533b9d5f674b7e202;hpb=45326a2fd9e7761899d593d7f528abf455453b0b;p=kmrcl.git diff --git a/math.lisp b/math.lisp index 6e585ba..682cd74 100644 --- a/math.lisp +++ b/math.lisp @@ -7,7 +7,7 @@ ;;;; Programmer: Kevin M. Rosenberg ;;;; Date Started: Nov 2002 ;;;; -;;;; $Id: math.lisp,v 1.3 2003/04/28 23:51:59 kevin Exp $ +;;;; $Id: math.lisp,v 1.4 2003/06/06 21:59:29 kevin Exp $ ;;;; ;;;; This file, part of KMRCL, is Copyright (c) 2002 by Kevin M. Rosenberg ;;;; @@ -17,7 +17,7 @@ ;;;; ************************************************************************* -(in-package :kmrcl) +(in-package #:kmrcl) (defun deriv (f dx) #'(lambda (x)