X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=lib%2Fexpl.c;h=407da5fb883a68bc04287320038895876502ec32;hb=d0ed135f8b494a0adf869a311c7bdc1d9d03f050;hp=231f4cb9c99f24c1711dcfb284f09dab155e76bb;hpb=441aa3044f43e5572f58c354f01e6bc070acd5c7;p=gnulib.git diff --git a/lib/expl.c b/lib/expl.c index 231f4cb9c..407da5fb8 100644 --- a/lib/expl.c +++ b/lib/expl.c @@ -1,7 +1,7 @@ /* Emulation for expl. Contributed by Paolo Bonzini - Copyright 2002, 2003, 2007 Free Software Foundation, Inc. + Copyright 2002, 2003, 2007, 2009, 2010 Free Software Foundation, Inc. This file is part of gnulib. @@ -122,14 +122,14 @@ expl (long double x) int main (void) { - printf ("%.16Lg\n", expl(1.0L)); - printf ("%.16Lg\n", expl(-1.0L)); - printf ("%.16Lg\n", expl(2.0L)); - printf ("%.16Lg\n", expl(4.0L)); - printf ("%.16Lg\n", expl(-2.0L)); - printf ("%.16Lg\n", expl(-4.0L)); - printf ("%.16Lg\n", expl(0.0625L)); - printf ("%.16Lg\n", expl(0.3L)); - printf ("%.16Lg\n", expl(0.6L)); + printf ("%.16Lg\n", expl (1.0L)); + printf ("%.16Lg\n", expl (-1.0L)); + printf ("%.16Lg\n", expl (2.0L)); + printf ("%.16Lg\n", expl (4.0L)); + printf ("%.16Lg\n", expl (-2.0L)); + printf ("%.16Lg\n", expl (-4.0L)); + printf ("%.16Lg\n", expl (0.0625L)); + printf ("%.16Lg\n", expl (0.3L)); + printf ("%.16Lg\n", expl (0.6L)); } #endif