Mercurial > hg > octave-shane > gnulib-hg
changeset 16550:75defb90d0b1
New module 'expl-ieee'.
* modules/expl-ieee: New file.
author | Bruno Haible <bruno@clisp.org> |
---|---|
date | Thu, 01 Mar 2012 11:39:13 +0100 |
parents | daa07d05a70d |
children | c28b3e8e715a |
files | ChangeLog modules/expl-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 'expl-ieee'. + * modules/expl-ieee: New file. + Tests for module 'exp-ieee'. * modules/exp-ieee-tests: New file. * tests/test-exp-ieee.c: New file.
new file mode 100644 --- /dev/null +++ b/modules/expl-ieee @@ -0,0 +1,24 @@ +Description: +expl() function according to ISO C 99 with IEC 60559. + +Files: + +Depends-on: +expl +fpieee + +configure.ac: + +Makefile.am: + +Include: +<math.h> + +Link: +$(EXPL_LIBM) + +License: +LGPL + +Maintainer: +Bruno Haible