Mercurial > hg > octave-shane > gnulib-hg
changeset 16548:1e2403e23510
New module 'exp-ieee'.
* modules/exp-ieee: New file.
author | Bruno Haible <bruno@clisp.org> |
---|---|
date | Thu, 01 Mar 2012 11:38:53 +0100 |
parents | 95ffa7fc6c86 |
children | daa07d05a70d |
files | ChangeLog modules/exp-ieee |
diffstat | 2 files changed, 27 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,8 @@ 2012-03-01 Bruno Haible <bruno@clisp.org> + New module 'exp-ieee'. + * modules/exp-ieee: New file. + Tests for module 'expf-ieee'. * modules/expf-ieee-tests: New file. * tests/test-expf-ieee.c: New file.
new file mode 100644 --- /dev/null +++ b/modules/exp-ieee @@ -0,0 +1,24 @@ +Description: +exp() function according to ISO C 99 with IEC 60559. + +Files: + +Depends-on: +exp +fpieee + +configure.ac: + +Makefile.am: + +Include: +<math.h> + +Link: +$(EXP_LIBM) + +License: +LGPL + +Maintainer: +Bruno Haible