(math-gammap1-raw): Add docstring.
This commit is contained in:
parent
98e9ffe31e
commit
3bf971143f
1 changed files with 2 additions and 1 deletions
|
@ -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))))
|
||||
|
|
Loading…
Add table
Reference in a new issue