1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-11-21 06:55:39 +00:00

* lisp/calc/calc-ext.el (math-approx-sqrt-e): Doc fix (bug#73817).

This commit is contained in:
Ulrich Müller 2024-10-15 14:06:49 +02:00
parent 94d0e9c401
commit 3d30905b02

View File

@ -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))))