[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Emacs-diffs] Changes to emacs/lisp/calc/calc-poly.el [emacs-unicode-2]
From: |
Miles Bader |
Subject: |
[Emacs-diffs] Changes to emacs/lisp/calc/calc-poly.el [emacs-unicode-2] |
Date: |
Fri, 19 Nov 2004 02:17:22 -0500 |
Index: emacs/lisp/calc/calc-poly.el
diff -c emacs/lisp/calc/calc-poly.el:1.5.4.2
emacs/lisp/calc/calc-poly.el:1.5.4.3
*** emacs/lisp/calc/calc-poly.el:1.5.4.2 Fri Nov 12 02:53:01 2004
--- emacs/lisp/calc/calc-poly.el Fri Nov 19 06:55:08 2004
***************
*** 3,10 ****
;; Copyright (C) 1990, 1991, 1992, 1993, 2001 Free Software Foundation, Inc.
;; Author: David Gillespie <address@hidden>
! ;; Maintainers: D. Goel <address@hidden>
! ;; Colin Walters <address@hidden>
;; This file is part of GNU Emacs.
--- 3,9 ----
;; Copyright (C) 1990, 1991, 1992, 1993, 2001 Free Software Foundation, Inc.
;; Author: David Gillespie <address@hidden>
! ;; Maintainer: Jay Belanger <address@hidden>
;; This file is part of GNU Emacs.
***************
*** 152,157 ****
--- 151,162 ----
(math-poly-gcd pn pd)))
;;; Return only quotient to top of stack (nil if zero)
+
+ ;; calc-poly-div-remainder is a local variable for
+ ;; calc-poly-div (in calc-alg.el), but is used by
+ ;; calcFunc-pdiv, which is called by calc-poly-div.
+ (defvar calc-poly-div-remainder)
+
(defun calcFunc-pdiv (pn pd &optional base)
(let* ((calc-prefer-frac t)
(math-poly-modulus (math-poly-modulus pn pd))