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


From: Jay Belanger
Subject: [Emacs-diffs] Changes to emacs/lisp/calc/calc-funcs.el,v
Date: Fri, 22 Jun 2007 05:48:08 +0000

CVSROOT:        /cvsroot/emacs
Module name:    emacs
Changes by:     Jay Belanger <jpb>      07/06/22 05:48:07

Index: calc-funcs.el
===================================================================
RCS file: /cvsroot/emacs/emacs/lisp/calc/calc-funcs.el,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -b -r1.14 -r1.15
--- calc-funcs.el       22 Jun 2007 05:45:52 -0000      1.14
+++ calc-funcs.el       22 Jun 2007 05:48:07 -0000      1.15
@@ -569,29 +569,29 @@
                (y (math-sqr z))
                (xx (math-add x 
                               (eval-when-compile
-                                (math-read-number-simple "-0.785398164"))))
+                                (math-read-number "-0.785398164"))))
                (a1 (math-poly-eval y
                         (eval-when-compile
                           (list
-                           (math-read-number-simple "0.0000002093887211")
-                           (math-read-number-simple "-0.000002073370639")
-                           (math-read-number-simple "0.00002734510407")
-                           (math-read-number-simple "-0.001098628627")
+                           (math-read-number "0.0000002093887211")
+                           (math-read-number "-0.000002073370639")
+                           (math-read-number "0.00002734510407")
+                           (math-read-number "-0.001098628627")
                            '(float 1 0)))))
                (a2 (math-poly-eval y
                          (eval-when-compile
                            (list
-                            (math-read-number-simple "-0.0000000934935152")
-                            (math-read-number-simple "0.0000007621095161")
-                            (math-read-number-simple "-0.000006911147651")
-                            (math-read-number-simple "0.0001430488765")
-                            (math-read-number-simple "-0.01562499995")))))
+                            (math-read-number "-0.0000000934935152")
+                            (math-read-number "0.0000007621095161")
+                            (math-read-number "-0.000006911147651")
+                            (math-read-number "0.0001430488765")
+                            (math-read-number "-0.01562499995")))))
                (sc (math-sin-cos-raw xx)))
               (if yflag
                   (setq sc (cons (math-neg (cdr sc)) (car sc))))
               (math-mul (math-sqrt
                          (math-div (eval-when-compile
-                                      (math-read-number-simple "0.636619722"))
+                                      (math-read-number "0.636619722"))
  x))
                         (math-sub (math-mul (cdr sc) a1)
                                   (math-mul (car sc) (math-mul z a2))))))




reply via email to

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