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-comb.el


From: Juanma Barranquero
Subject: [Emacs-diffs] Changes to emacs/lisp/calc/calc-comb.el
Date: Tue, 04 Feb 2003 07:47:11 -0500

Index: emacs/lisp/calc/calc-comb.el
diff -c emacs/lisp/calc/calc-comb.el:1.4 emacs/lisp/calc/calc-comb.el:1.5
*** emacs/lisp/calc/calc-comb.el:1.4    Wed Jan 15 10:16:25 2003
--- emacs/lisp/calc/calc-comb.el        Tue Feb  4 07:47:09 2003
***************
*** 3,9 ****
  ;; 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>
! ;; Maintainers: D. Goel <address@hidden>
  ;;              Colin Walters <address@hidden>
  
  ;; This file is part of GNU Emacs.
***************
*** 326,332 ****
                                 (math-div
                                  (math-pow -2 (- tn))
                                  (math-double-factorial-iter (* -2 tn) 3 1 2))
!                              (math-div 
                                (math-double-factorial-iter (* 2 tn) 3 1 2)
                                (math-pow 2 tn)))))
                      (math-mul q (if calc-symbolic-mode
--- 326,332 ----
                                 (math-div
                                  (math-pow -2 (- tn))
                                  (math-double-factorial-iter (* -2 tn) 3 1 2))
!                              (math-div
                                (math-double-factorial-iter (* 2 tn) 3 1 2)
                                (math-pow 2 tn)))))
                      (math-mul q (if calc-symbolic-mode




reply via email to

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