This is the mail archive of the
fortran@gcc.gnu.org
mailing list for the GNU Fortran project.
Re: Problems with GAMMA functions?
- From: Thomas Koenig <tkoenig at alice-dsl dot net>
- To: Angelo Graziosi <Angelo dot Graziosi at roma1 dot infn dot it>
- Cc: fortran at gcc dot gnu dot org
- Date: 2007年10月07日 00:24:45 +0200
- Subject: Re: Problems with GAMMA functions?
- References: <Pine.CYG.4.58.0710062310490.724@homepc>
Hi Angelo,
thanks for the report. We are picking up the wrong gamma function
there. Same thing happens for i686-pc-linux-gnu. We should be using
tgamma instead.
This is now PR 33683.
Thomas