]> git.eshelyaron.com Git - emacs.git/commitdiff
* lisp/calc/calc-ext.el (math-approx-sqrt-e): Doc fix (bug#73817).
authorUlrich Müller <ulm@gentoo.org>
Tue, 15 Oct 2024 12:06:49 +0000 (14:06 +0200)
committerEshel Yaron <me@eshelyaron.com>
Tue, 22 Oct 2024 18:50:04 +0000 (20:50 +0200)
(cherry picked from commit 3d30905b0223f07cba74297ba032d71b8fe2632c)

lisp/calc/calc-ext.el

index 1a9ca69278e5b9da3163f0a68a50553b2a371875..d803f776e39e75380cc83995feba86773aeea46c 100644 (file)
@@ -2068,7 +2068,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))))