comparison lisp/calc/calcalg2.el @ 62834:2e023f0354c4

(math-decls-cache, math-decls-all): Declare them.
author Jay Belanger <jay.p.belanger@gmail.com>
date Sat, 28 May 2005 04:39:45 +0000
parents a27ed02e5a65
children 1db49616ce05 01137c1fdbe9
comparison
equal deleted inserted replaced
62833:34fb1c7772f9 62834:2e023f0354c4
200 ;; The following are global variables used by math-derivative and some 200 ;; The following are global variables used by math-derivative and some
201 ;; related functions 201 ;; related functions
202 (defvar math-deriv-var) 202 (defvar math-deriv-var)
203 (defvar math-deriv-total) 203 (defvar math-deriv-total)
204 (defvar math-deriv-symb) 204 (defvar math-deriv-symb)
205 (defvar math-decls-cache)
206 (defvar math-decls-all)
205 207
206 (defun math-derivative (expr) 208 (defun math-derivative (expr)
207 (cond ((equal expr math-deriv-var) 209 (cond ((equal expr math-deriv-var)
208 1) 210 1)
209 ((or (Math-scalarp expr) 211 ((or (Math-scalarp expr)