mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-04-27 08:43:40 -07:00
(math-map-binop): Fix declaration.
This commit is contained in:
parent
7291159e25
commit
996d0694f8
1 changed files with 1 additions and 1 deletions
|
|
@ -65,7 +65,7 @@
|
|||
|
||||
;; Declare functions which are defined elsewhere.
|
||||
(declare-function calc-get-fit-variables "calcalg3" (nv nc &optional defv defc with-y homog))
|
||||
(declare-function math-map-binop "calclalg3" (binop args1 args2))
|
||||
(declare-function math-map-binop "calcalg3" (binop args1 args2))
|
||||
|
||||
(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."
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue