/[emacs]/emacs/lisp/calc/calc-comb.el
ViewVC logotype

Diff of /emacs/lisp/calc/calc-comb.el

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.3 by walters, Mon Nov 19 07:32:24 2001 UTC revision 1.3.4.1 by miles, Fri Apr 4 06:20:15 2003 UTC
# Line 3  Line 3 
3  ;; Copyright (C) 1990, 1991, 1992, 1993, 2001 Free Software Foundation, Inc.  ;; Copyright (C) 1990, 1991, 1992, 1993, 2001 Free Software Foundation, Inc.
4    
5  ;; Author: David Gillespie <daveg@synaptics.com>  ;; Author: David Gillespie <daveg@synaptics.com>
6  ;; Maintainer: Colin Walters <walters@debian.org>  ;; Maintainers: D. Goel <deego@gnufans.org>
7    ;;              Colin Walters <walters@debian.org>
8    
9  ;; This file is part of GNU Emacs.  ;; This file is part of GNU Emacs.
10    
# Line 325  Line 326 
326                                   (math-div                                   (math-div
327                                    (math-pow -2 (- tn))                                    (math-pow -2 (- tn))
328                                    (math-double-factorial-iter (* -2 tn) 3 1 2))                                    (math-double-factorial-iter (* -2 tn) 3 1 2))
329                                 (math-div                                 (math-div
330                                  (math-double-factorial-iter (* 2 tn) 3 1 2)                                  (math-double-factorial-iter (* 2 tn) 3 1 2)
331                                  (math-pow 2 tn)))))                                  (math-pow 2 tn)))))
332                        (math-mul q (if calc-symbolic-mode                        (math-mul q (if calc-symbolic-mode

Legend:
Removed from v.1.3  
changed lines
  Added in v.1.3.4.1

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26