diff options
| author | Miles Bader <miles@gnu.org> | 2007-08-21 04:55:30 +0000 |
|---|---|---|
| committer | Miles Bader <miles@gnu.org> | 2007-08-21 04:55:30 +0000 |
| commit | 1fb072d1dff954c21d4805196df62c8eeead301c (patch) | |
| tree | da374db1a51e2a355b46f26a1c99e1ac5db5dca4 /lisp/calc/calc-math.el | |
| parent | aaf34461ff5804e5cebe163b31e535da72e81d87 (diff) | |
| parent | bdaf8a62d53cf8d5a0dc4f0dc530ecd6fc1f44fe (diff) | |
| download | emacs-1fb072d1dff954c21d4805196df62c8eeead301c.tar.gz | |
Merge from emacs--devo--0
Patches applied:
* emacs--devo--0 (patch 852-856)
- Update from CVS
- Merge from emacs--rel--22
* emacs--rel--22 (patch 93-96)
- Update from CVS
- Merge from gnus--rel--5.10
* gnus--rel--5.10 (patch 245)
- Update from CVS
Revision: emacs@sv.gnu.org/emacs--multi-tty--0--patch-32
Diffstat (limited to 'lisp/calc/calc-math.el')
| -rw-r--r-- | lisp/calc/calc-math.el | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/lisp/calc/calc-math.el b/lisp/calc/calc-math.el index a4dad15c14e..3e4743d58ae 100644 --- a/lisp/calc/calc-math.el +++ b/lisp/calc/calc-math.el @@ -1794,16 +1794,14 @@ If this can't be done, return NIL." (math-lnp1-series nextsum (1+ n) nextx x)))) (defconst math-approx-ln-10 - (eval-when-compile - (math-read-number-simple "2.302585092994045684018")) + (math-read-number-simple "2.302585092994045684018") "An approximation for ln(10).") (math-defcache math-ln-10 math-approx-ln-10 (math-ln-raw-2 '(float 1 1))) (defconst math-approx-ln-2 - (eval-when-compile - (math-read-number-simple "0.693147180559945309417")) + (math-read-number-simple "0.693147180559945309417") "An approximation for ln(2).") (math-defcache math-ln-2 math-approx-ln-2 |
