mirror of
git://git.sv.gnu.org/emacs.git
synced 2025-12-14 01:50:22 -08:00
* lisp/calc/calc-ext.el (math-approx-sqrt-e): Doc fix (bug#73817).
This commit is contained in:
parent
94d0e9c401
commit
3d30905b02
1 changed files with 1 additions and 1 deletions
|
|
@ -2069,7 +2069,7 @@ calc-kill calc-kill-region calc-yank))))
|
||||||
|
|
||||||
(defconst math-approx-sqrt-e
|
(defconst math-approx-sqrt-e
|
||||||
(math-read-number-simple "1.648721270700128146849")
|
(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-defcache math-sqrt-e math-approx-sqrt-e
|
||||||
(math-add-float '(float 1 0) (math-exp-minus-1-raw '(float 5 -1))))
|
(math-add-float '(float 1 0) (math-exp-minus-1-raw '(float 5 -1))))
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue