From: Bruno Haible Date: Fri, 9 Mar 2012 00:19:50 +0000 (+0100) Subject: New module 'exp2-ieee'. X-Git-Tag: v0.1~902 X-Git-Url: http://erislabs.net/gitweb/?a=commitdiff_plain;h=026e6f8a3dacdee468838a3361e72f85e5cb78b9;hp=bf95c3f0d49aa03d952dc3540b6a7c2a42414e1a;p=gnulib.git New module 'exp2-ieee'. * modules/exp2-ieee: New file. --- diff --git a/ChangeLog b/ChangeLog index ca7fbe31f..97a71bfc2 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,8 @@ 2012-03-08 Bruno Haible + New module 'exp2-ieee'. + * modules/exp2-ieee: New file. + Tests for module 'exp2f-ieee'. * modules/exp2f-ieee-tests: New file. * tests/test-exp2f-ieee.c: New file. diff --git a/modules/exp2-ieee b/modules/exp2-ieee new file mode 100644 index 000000000..fdf671264 --- /dev/null +++ b/modules/exp2-ieee @@ -0,0 +1,24 @@ +Description: +exp2() function according to ISO C 99 with IEC 60559. + +Files: + +Depends-on: +exp2 +fpieee + +configure.ac: + +Makefile.am: + +Include: + + +Link: +$(EXP2_LIBM) + +License: +LGPL + +Maintainer: +Bruno Haible