From 36c8f07ef3e45963234bdb58a11d04a6e53297c2 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Ulrich=20M=C3=BCller?= Date: Tue, 15 Oct 2024 14:06:49 +0200 Subject: [PATCH] * lisp/calc/calc-ext.el (math-approx-sqrt-e): Doc fix (bug#73817). (cherry picked from commit 3d30905b0223f07cba74297ba032d71b8fe2632c) --- lisp/calc/calc-ext.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lisp/calc/calc-ext.el b/lisp/calc/calc-ext.el index 1a9ca69278e..d803f776e39 100644 --- a/lisp/calc/calc-ext.el +++ b/lisp/calc/calc-ext.el @@ -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)))) -- 2.39.5