[Pkg-octave-devel] Bug#335195: marked as forwarded (octave2.1: document incomplete gamma function)

Debian Bug Tracking System owner at bugs.debian.org
Sat Oct 22 16:48:18 UTC 2005


Your message dated Sat, 22 Oct 2005 18:35:32 +0200
with message-id <20051022163532.GA29339 at laboiss2>
has caused the Debian Bug report #335195,
regarding octave2.1: document incomplete gamma function
to be marked as having been forwarded to the upstream software
author(s) bug at octave.org.

(NB: If you are a system administrator and have no idea what I am
talking about this indicates a serious mail system misconfiguration
somewhere.  Please contact me immediately.)

Debian bug tracking system administrator
(administrator, Debian Bugs database)

---------------------------------------
Received: (at 335195-forwarded) by bugs.debian.org; 22 Oct 2005 16:35:37 +0000
>From laboissiere at cbs.mpg.de Sat Oct 22 09:35:37 2005
Return-path: <laboissiere at cbs.mpg.de>
Received: from kom.mpisoc.mpg.de (kom.mpipf-muenchen.mpg.de) [192.129.1.23] 
	by spohr.debian.org with esmtp (Exim 3.36 1 (Debian))
	id 1ETMLJ-0001uv-00; Sat, 22 Oct 2005 09:35:37 -0700
Received: from amalie.intra.mpipf-muenchen.mpg.de ([10.1.1.2])
	by kom.mpipf-muenchen.mpg.de with esmtp (Exim 4.34)
	id 1ETMLF-00078P-RN; Sat, 22 Oct 2005 18:35:33 +0200
Received: from [10.80.1.253] (helo=laboiss2)
	by amalie.intra.mpipf-muenchen.mpg.de with esmtp (Exim 4.05)
	id 1ETMLG-0005Je-00; Sat, 22 Oct 2005 18:35:34 +0200
Received: from rafael by laboiss2 with local (Exim 3.36 #1 (Debian))
	id 1ETMLE-0007lm-00; Sat, 22 Oct 2005 18:35:32 +0200
Date: Sat, 22 Oct 2005 18:35:32 +0200
From: Rafael Laboissiere <rafael at debian.org>
To: bug at octave.org
Cc: "James R. Van Zandt" <jrvz at comcast.net>,
	335195-forwarded at bugs.debian.org
Subject: [jrvz at comcast.net: Bug#335195: octave2.1: document incomplete gamma function]
Message-ID: <20051022163532.GA29339 at laboiss2>
Reply-To: Rafael Laboissiere <rafael at debian.org>
Mime-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline
Organization: Debian GNU/Linux
User-Agent: Mutt/1.5.9i
Delivered-To: 335195-forwarded at bugs.debian.org
X-Spam-Checker-Version: SpamAssassin 2.60-bugs.debian.org_2005_01_02 
	(1.212-2003-09-23-exp) on spohr.debian.org
X-Spam-Level: 
X-Spam-Status: No, hits=-11.0 required=4.0 tests=BAYES_00,HAS_BUG_NUMBER,
	HAS_PACKAGE autolearn=ham version=2.60-bugs.debian.org_2005_01_02

Since this is a upstream problem, I am forwarding to bug at debian.org a bug
report filed against the octave2.1 Debian package.

-- R.

----- Forwarded message from "James R. Van Zandt" <jrvz at comcast.net> -----

From: "James R. Van Zandt" <jrvz at comcast.net>
Subject: Bug#335195: octave2.1: document incomplete gamma function
Date: Sat, 22 Oct 2005 10:21:26 -0400
To: Debian Bug Tracking System <submit at bugs.debian.org>
Reply-To: "James R. Van Zandt" <jrvz at comcast.net>, 335195 at bugs.debian.org

Package: octave2.1
Version: 2.1.69-1
Severity: minor


There are several functions called "incomplete gamma function" in the
literature.  I suggest this patch to relate this function to the
standard nomenclature - i.e. (using TeX) which one of

 $  \gamma(a,z)  $  with limiting value $ \gamma(a,\infty)=\Gamma(a) $
 $  \Gamma(a,z)  $  with limiting value $ \Gamma(a,\infty)=0 $
 $  P(a,z)  $       with limiting value $ P(a,\infty)=1 $

is being calculated.

          - Jim Van Zandt

--- src/DLD-FUNCTIONS/gammainc.cc-old	2005-10-22 09:55:46.000000000 -0400
+++ src/DLD-FUNCTIONS/gammainc.cc	2005-10-22 10:05:15.000000000 -0400
@@ -36,7 +36,7 @@
 DEFUN_DLD (gammainc, args, ,
   "-*- texinfo -*-\n\
 @deftypefn {Mapping Function} {} gammainc (@var{x}, @var{a})\n\
-Computes the incomplete gamma function,\n\
+Computes the normalized incomplete gamma function,\n\
 @iftex\n\
 @tex\n\
 $$\n\
@@ -55,6 +55,9 @@
 @end smallexample\n\
 @end ifinfo\n\
 \n\
+with the limiting value of 1 as X goes to infinity.
+The standard notation is P(A,X), e.g. Abramowitz & Stegun (6.5.1).
+\n\
 If @var{a} is scalar, then @code{gammainc (@var{x}, @var{a})} is returned\n\
 for each element of @var{x} and vice versa.\n\
 \n\


-- System Information:
Debian Release: testing/unstable
  APT prefers testing
  APT policy: (990, 'testing'), (500, 'oldstable'), (500, 'unstable')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.4.29
Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968)

Versions of packages octave2.1 depends on:
ii  atlas3-base [liblapack.s 3.6.0-19        Automatically Tuned Linear Algebra
ii  fftw3                    3.0.1-11        Library for computing Fast Fourier
ii  lapack3 [liblapack.so.3] 3.0.20000531a-6 library of linear algebra routines
ii  libc6                    2.3.5-6         GNU C Library: Shared libraries an
ii  libg2c0                  1:3.4.4-5       Runtime library for GNU Fortran 77
ii  libgcc1                  1:4.0.1-2       GCC support library
ii  libhdf5-serial-1.6.2-0 [ 1.6.2-3         Hierarchical Data Format 5 (HDF5) 
ii  libncurses5              5.4-9           Shared libraries for terminal hand
ii  libreadline5             5.0-10          GNU readline and history libraries
ii  libstdc++5               1:3.3.6-7       The GNU Standard C++ Library v3
ii  texinfo                  4.7-2.2         Documentation system for on-line i
ii  zlib1g                   1:1.2.2-4       compression library - runtime

octave2.1 recommends no packages.

-- no debconf information



----- End forwarded message -----

-- 
Rafael



More information about the Pkg-octave-devel mailing list