projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
94d0e9c
)
* lisp/calc/calc-ext.el (math-approx-sqrt-e): Doc fix (bug#73817).
author
Ulrich Müller
<ulm@gentoo.org>
Tue, 15 Oct 2024 12:06:49 +0000
(14:06 +0200)
committer
Ulrich Müller
<ulm@gentoo.org>
Tue, 15 Oct 2024 14:16:25 +0000
(16:16 +0200)
lisp/calc/calc-ext.el
patch
|
blob
|
history
diff --git
a/lisp/calc/calc-ext.el
b/lisp/calc/calc-ext.el
index 191149892a8ef98f82802705ca6ab84a7e2f9bc8..25d2492b277a48268dafb95cf8c6228e4634f671 100644
(file)
--- a/
lisp/calc/calc-ext.el
+++ b/
lisp/calc/calc-ext.el
@@
-2069,7
+2069,7
@@
calc-kill calc-kill-region calc-yank))))
(defconst math-approx-sqrt-e
(math-read-number-simple "1.648721270700128146849")
- "An approximation for sqrt(
3
).")
+ "An approximation for sqrt(
e
).")
(math-defcache math-sqrt-e math-approx-sqrt-e
(math-add-float '(float 1 0) (math-exp-minus-1-raw '(float 5 -1))))