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-forms.el,v


From: Jay Belanger
Subject: [Emacs-diffs] Changes to emacs/lisp/calc/calc-forms.el,v
Date: Fri, 22 Jun 2007 15:00:35 +0000

CVSROOT:        /cvsroot/emacs
Module name:    emacs
Changes by:     Jay Belanger <jpb>      07/06/22 15:00:34

Index: calc-forms.el
===================================================================
RCS file: /cvsroot/emacs/emacs/lisp/calc/calc-forms.el,v
retrieving revision 1.26
retrieving revision 1.27
diff -u -b -r1.26 -r1.27
--- calc-forms.el       22 Jun 2007 06:02:50 -0000      1.26
+++ calc-forms.el       22 Jun 2007 15:00:34 -0000      1.27
@@ -561,7 +561,7 @@
         (math-format-number 
           (math-add math-fd-date 
                     (eval-when-compile
-                      (math-read-number-simple "1.7214235")))))
+                      (math-read-number-simple "1721423.5")))))
        ((eq x 'j)
         (math-format-number (math-add 
                               (math-floor math-fd-date) 
@@ -944,7 +944,7 @@
                                                 (eval-when-compile
                                                   (math-read-number-simple 
"1721424"))
                                               (eval-when-compile
-                                                (math-read-number-simple 
"1.7214235")))))
+                                                (math-read-number-simple 
"1721423.5")))))
                            hour (or (nth 3 num) hour)
                            minute (or (nth 4 num) minute)
                            second (or (nth 5 num) second)
@@ -1157,7 +1157,7 @@
                                        (math-read-number-simple "1721424")))
                    (setq date (math-sub date 
                                          (eval-when-compile
-                                           (math-read-number-simple 
"1.7214235"))))
+                                           (math-read-number-simple 
"1721423.5"))))
                    (math-sub date (math-div (calcFunc-tzone zone date)
                                             '(float 864 2)))))
     (if (eq (car date) 'date)
@@ -1166,7 +1166,7 @@
                                      (math-read-number-simple "1721424"))
                                 (math-add  
                                   (eval-when-compile
-                                    (math-read-number-simple "1.7214235"))
+                                    (math-read-number-simple "1721423.5"))
                                           (math-div (calcFunc-tzone zone date)
                                                     '(float 864 2)))))
       (math-reject-arg date 'datep))))




reply via email to

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