/[emacs]/emacs/lisp/calc/calcalg3.el
ViewVC logotype

Diff of /emacs/lisp/calc/calcalg3.el

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

revision 1.4 by walters, Sat Feb 23 21:33:19 2002 UTC revision 1.4.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 1313  Line 1314 
1314    
1315    
1316  ;;; Open Romberg method; "qromo" in section 4.4.  ;;; Open Romberg method; "qromo" in section 4.4.
1317  (defun math-ninteg-romberg (func expr lo hi mode)      (defun math-ninteg-romberg (func expr lo hi mode)
1318    (let ((curh '(float 1 0))    (let ((curh '(float 1 0))
1319          (h nil)          (h nil)
1320          (s nil)          (s nil)

Legend:
Removed from v.1.4  
changed lines
  Added in v.1.4.4.1

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