X-Git-Url: http://git.kpe.io/?a=blobdiff_plain;f=math.lisp;fp=math.lisp;h=9a6862bad3f6168196b2838b69ef8eed1505f092;hb=d1e9c5969a0eecb7923dc350754ea9ab50417a1e;hp=9772b7a52df849bfee3b40b4eebb4f5a6162c541;hpb=c6f58020561bb64e61442e89b82bf07e1323a04a;p=kmrcl.git diff --git a/math.lisp b/math.lisp index 9772b7a..9a6862b 100644 --- a/math.lisp +++ b/math.lisp @@ -7,7 +7,7 @@ ;;;; Programmer: Kevin M. Rosenberg ;;;; Date Started: Nov 2002 ;;;; -;;;; $Id: math.lisp,v 1.1 2002/11/08 06:43:34 kevin Exp $ +;;;; $Id: math.lisp,v 1.2 2003/04/28 16:07:42 kevin Exp $ ;;;; ;;;; This file, part of KMRCL, is Copyright (c) 2002 by Kevin M. Rosenberg ;;;; @@ -18,7 +18,6 @@ (in-package :kmrcl) -(declaim (optimize (speed 3) (safety 1) (compilation-speed 0) (debug 3))) (defun deriv (f dx) #'(lambda (x)