Mercurial > hg > octave-shane > gnulib-hg
changeset 16641:6a70909e3e88
New module 'logl-ieee'.
* modules/logl-ieee: New file.
author | Bruno Haible <bruno@clisp.org> |
---|---|
date | Sat, 10 Mar 2012 10:59:05 +0100 |
parents | 90a691fa109b |
children | e3f8f61823e0 |
files | ChangeLog modules/logl-ieee |
diffstat | 2 files changed, 27 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,8 @@ 2012-03-10 Bruno Haible <bruno@clisp.org> + New module 'logl-ieee'. + * modules/logl-ieee: New file. + Tests for module 'log-ieee'. * modules/log-ieee-tests: New file. * tests/test-log-ieee.c: New file.
new file mode 100644 --- /dev/null +++ b/modules/logl-ieee @@ -0,0 +1,24 @@ +Description: +logl() function according to ISO C 99 with IEC 60559. + +Files: + +Depends-on: +logl +fpieee + +configure.ac: + +Makefile.am: + +Include: +<math.h> + +Link: +$(LOGL_LIBM) + +License: +LGPL + +Maintainer: +Bruno Haible