[oct-scm] [oct-git]OCT: A portable Lisp implementation for quad-double precision floats branch master updated. a0b50beda0b7bee4268de6c4a8ef8ff4136f33df

Raymond Toy rtoy at common-lisp.net
Mon Dec 5 07:24:14 UTC 2011


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "OCT:  A portable Lisp implementation for quad-double precision floats".

The branch, master has been updated
       via  a0b50beda0b7bee4268de6c4a8ef8ff4136f33df (commit)
      from  6b8a8a6fe864050f9c6371150d8070f9b38fe76e (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit a0b50beda0b7bee4268de6c4a8ef8ff4136f33df
Author: Raymond Toy <toy.raymond at gmail.com>
Date:   Sun Dec 4 23:24:06 2011 -0800

    Remove some random junk that we left in.

diff --git a/qd-gamma.lisp b/qd-gamma.lisp
index 8e523ed..f13b9a8 100644
--- a/qd-gamma.lisp
+++ b/qd-gamma.lisp
@@ -649,23 +649,3 @@
     (if (and (realp z) (plusp z))
 	(realpart (ci z))
 	(ci z))))
-
-;;; Exponential integral e defined by
-;;;
-;;; E(v,z) = z^(v-1) * integrate(t^(-v)*exp(-t), t, z, inf);
-;;;
-;;; for |arg(z)| < pi.
-;;;
-;;;
-;;; We use the continued fraction
-;;;
-;;; E(v,z) = exp(-z)/cf(z)
-;;;
-;; where the continued fraction cf(z) is
-;;
-;; a[k] = -k*(k+v-1)
-;; b[k] = v + 2*k + z
-;;
-;; for k = 1, inf
-
-(defun expintegral-e (v z)

-----------------------------------------------------------------------

Summary of changes:
 qd-gamma.lisp |   20 --------------------
 1 files changed, 0 insertions(+), 20 deletions(-)


hooks/post-receive
-- 
OCT:  A portable Lisp implementation for quad-double precision floats




More information about the oct-cvs mailing list