X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=lib%2Fexpl.c;h=407da5fb883a68bc04287320038895876502ec32;hb=3ac9b4577c78342bdd022b31cf56de2b12f7297b;hp=6a3e25bb03f8738172bbc476b87f8406839f6ac1;hpb=3030c5b5e0a5199e16b05927da72c43c42f211c3;p=gnulib.git diff --git a/lib/expl.c b/lib/expl.c index 6a3e25bb0..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, 2009 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