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-funcs.el,v


From: Jay Belanger
Subject: [Emacs-diffs] Changes to emacs/lisp/calc/calc-funcs.el,v
Date: Sun, 08 Jul 2007 00:01:06 +0000

CVSROOT:        /cvsroot/emacs
Module name:    emacs
Changes by:     Jay Belanger <jpb>      07/07/08 00:01:06

Index: calc-funcs.el
===================================================================
RCS file: /cvsroot/emacs/emacs/lisp/calc/calc-funcs.el,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -b -r1.16 -r1.17
--- calc-funcs.el       22 Jun 2007 06:10:39 -0000      1.16
+++ calc-funcs.el       8 Jul 2007 00:01:06 -0000       1.17
@@ -147,7 +147,8 @@
   (or (math-numberp x) (math-reject-arg x 'numberp))
   (calcFunc-fact (math-add x -1)))
 
-(defun math-gammap1-raw (x &optional fprec nfprec)   ; compute gamma(1 + x)
+(defun math-gammap1-raw (x &optional fprec nfprec)
+  "Compute gamma(1+X) to the appropriate precision."
   (or fprec
       (setq fprec (math-float calc-internal-prec)
            nfprec (math-float (- calc-internal-prec))))




reply via email to

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