emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/lisp/calc/calc-math.el,v


From: Jay Belanger
Subject: [Emacs-diffs] Changes to emacs/lisp/calc/calc-math.el,v
Date: Sun, 08 Jul 2007 00:01:30 +0000

CVSROOT:        /cvsroot/emacs
Module name:    emacs
Changes by:     Jay Belanger <jpb>      07/07/08 00:01:30

Index: calc-math.el
===================================================================
RCS file: /cvsroot/emacs/emacs/lisp/calc/calc-math.el,v
retrieving revision 1.21
retrieving revision 1.22
diff -u -b -r1.21 -r1.22
--- calc-math.el        24 Jun 2007 19:45:03 -0000      1.21
+++ calc-math.el        8 Jul 2007 00:01:30 -0000       1.22
@@ -1720,14 +1720,16 @@
 
 (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
   (math-ln-raw-3 (math-float '(frac 1 3))))




reply via email to

[Prev in Thread] Current Thread [Next in Thread]