Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
3bf97114
Commit
3bf97114
authored
Jul 08, 2007
by
Jay Belanger
Browse files
(math-gammap1-raw): Add docstring.
parent
98e9ffe3
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletion
+2
-1
lisp/calc/calc-funcs.el
lisp/calc/calc-funcs.el
+2
-1
No files found.
lisp/calc/calc-funcs.el
View file @
3bf97114
...
...
@@ -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
))))
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment