emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/lisp/calc/calc-nlfit.el,v


From: Jay Belanger
Subject: [Emacs-diffs] Changes to emacs/lisp/calc/calc-nlfit.el,v
Date: Tue, 27 Nov 2007 04:07:42 +0000

CVSROOT:        /cvsroot/emacs
Module name:    emacs
Changes by:     Jay Belanger <jpb>      07/11/27 04:07:42

Index: calc-nlfit.el
===================================================================
RCS file: /cvsroot/emacs/emacs/lisp/calc/calc-nlfit.el,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -b -r1.3 -r1.4
--- calc-nlfit.el       5 Aug 2007 13:21:19 -0000       1.3
+++ calc-nlfit.el       27 Nov 2007 04:07:42 -0000      1.4
@@ -62,6 +62,10 @@
 
 (require 'calc-arith)
 
+;; Declare functions which are defined elsewhere.
+(declare-function calc-get-fit-variables "calcalg3" (nv nc &optional defv defc 
with-y homog))
+
+
 (defun math-nlfit-least-squares (xdata ydata &optional sdata sigmas)
   "Return the parameters A and B for the best least squares fit y=a+bx."
   (let* ((n (length xdata))




reply via email to

[Prev in Thread] Current Thread [Next in Thread]