Mercurial > hg > octave-shane > gnulib-hg
changeset 16590:5e3f83eb0d0c
New module 'expm1f-ieee'.
* modules/expm1f-ieee: New file.
author | Bruno Haible <bruno@clisp.org> |
---|---|
date | Wed, 07 Mar 2012 00:42:42 +0100 |
parents | 338bc8a6f860 |
children | 865854b1455a |
files | ChangeLog modules/expm1f-ieee |
diffstat | 2 files changed, 29 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,8 @@ 2012-03-06 Bruno Haible <bruno@clisp.org> + New module 'expm1f-ieee'. + * modules/expm1f-ieee: New file. + Tests for module 'expm1-ieee'. * modules/expm1-ieee-tests: New file. * tests/test-expm1-ieee.c: New file.
new file mode 100644 --- /dev/null +++ b/modules/expm1f-ieee @@ -0,0 +1,26 @@ +Description: +expm1f() function according to ISO C 99 with IEC 60559. + +Files: + +Depends-on: +expm1f +fpieee +expm1-ieee [test $HAVE_EXPM1F = 0] + +configure.ac: +AC_REQUIRE([gl_FUNC_EXPM1F]) + +Makefile.am: + +Include: +<math.h> + +Link: +$(EXPM1F_LIBM) + +License: +LGPL + +Maintainer: +Bruno Haible