changeset 86468:0230fa103dd6

(calc-fit-s-shaped-logistic-curve) (calc-fit-bell-shaped-logistic-curve) (calc-fit-hubbert-linear-curve, calc-graph-add-curve) (calc-graph-lookup, calc-graph-set-styles, math-min-list) (math-max-list): Declare as functions.
author Jay Belanger <jay.p.belanger@gmail.com>
date Tue, 27 Nov 2007 04:01:42 +0000
parents 22a8847b3ded
children ab1a84d62068
files lisp/calc/calcalg3.el
diffstat 1 files changed, 11 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/calc/calcalg3.el	Tue Nov 27 04:01:30 2007 +0000
+++ b/lisp/calc/calcalg3.el	Tue Nov 27 04:01:42 2007 +0000
@@ -32,6 +32,17 @@
 (require 'calc-ext)
 (require 'calc-macs)
 
+;; Declare functions which are defined elsewhere.
+(declare-function calc-fit-s-shaped-logistic-curve "calc-nlfit" (arg))
+(declare-function calc-fit-bell-shaped-logistic-curve "calc-nlfit" (arg))
+(declare-function calc-fit-hubbert-linear-curve "calc-nlfit" (&optional sdv))
+(declare-function calc-graph-add-curve "calc-graph" (xdata ydata &optional zdata))
+(declare-function calc-graph-lookup "calc-graph" (thing))
+(declare-function calc-graph-set-styles "calc-graph" (lines points &optional yerr))
+(declare-function math-min-list "calc-arith" (a b))
+(declare-function math-max-list "calc-arith" (a b))
+
+
 (defun calc-find-root (var)
   (interactive "sVariable(s) to solve for: ")
   (calc-slow-wrapper