From: Ulrich Müller Date: Tue, 15 Oct 2024 12:06:49 +0000 (+0200) Subject: * lisp/calc/calc-ext.el (math-approx-sqrt-e): Doc fix (bug#73817). X-Git-Tag: archive/raspbian/1%30.1+1-3+rpi1^2~2^2~20^2~356 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=3d30905b0223f07cba74297ba032d71b8fe2632c;p=emacs.git * lisp/calc/calc-ext.el (math-approx-sqrt-e): Doc fix (bug#73817). --- diff --git a/lisp/calc/calc-ext.el b/lisp/calc/calc-ext.el index 191149892a8..25d2492b277 100644 --- 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))))