X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=lib%2Fgsl-extras%2Fpoisson.c;h=6da18aba8ac2e4a18a005ce278d147a08a594da0;hb=2997cc6481d0744e910eccb6f23d56efe93d32d3;hp=fffa99376fa89a8131a6a3b4ecb70c01a84ebe23;hpb=e6645d1e3d026dfdcadd1e63a6d6445823c92fa2;p=pspp diff --git a/lib/gsl-extras/poisson.c b/lib/gsl-extras/poisson.c index fffa99376f..6da18aba8a 100644 --- a/lib/gsl-extras/poisson.c +++ b/lib/gsl-extras/poisson.c @@ -1,6 +1,7 @@ /* cdf/poisson.c * - * Copyright (C) 2004 Jason H. Stover. + * Copyright (C) 2004 Free Software Foundation, Inc. + * Written by Jason H. Stover. * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -14,7 +15,7 @@ * * You should have received a copy of the GNU General Public License * along with this program; if not, write to the Free Software - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307, USA. + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. */ /* * Computes the cumulative distribution function for a Poisson @@ -31,13 +32,11 @@ * Applications," volume 1. Wiley, 1968. Exercise 46, page 173, * chapter 6. */ -#include #include #include #include #include #include "gsl-extras.h" -#include "gsl-extras.h" /* * Pr (X <= k) for a Poisson random variable X.