diff --git a/chebyshev.lisp b/chebyshev.lisp index bcbdfefe8b166aa74e6e05ef9dcf0d76cb949841..8113f5c5b149006609104bf1d4bf4850f10cbe9a 100644 --- a/chebyshev.lisp +++ b/chebyshev.lisp @@ -3,7 +3,7 @@ ; description: Chebyshev Approximations ; date: Sat Nov 17 2007 - 20:36 ; author: Liam Healy -; modified: Sat Nov 17 2007 - 22:35 +; modified: Mon Dec 10 2007 - 18:53 ;******************************************************** ;;; $Id: $ @@ -117,7 +117,7 @@ ;;;;**************************************************************************** ;;; From Chap. 28.5, except I have set steps = 100 instead of 10000 -;;; to things sane. +;;; to keep things sane. ;;; Calling a callback from CL is not possible, so we define a ;;; separate CL function to show what the answer really is.