Mercurial > hg > octave-nkf > gnulib-hg
changeset 16743:45c94a240a33
New module 'log10l-ieee'.
* modules/log10l-ieee: New file.
author | Bruno Haible <bruno@clisp.org> |
---|---|
date | Sun, 01 Apr 2012 17:00:40 +0200 |
parents | 85acc5fc6aa7 |
children | ca7718d12a97 |
files | ChangeLog modules/log10l-ieee |
diffstat | 2 files changed, 27 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,8 @@ 2012-04-01 Bruno Haible <bruno@clisp.org> + New module 'log10l-ieee'. + * modules/log10l-ieee: New file. + Tests for module 'log10-ieee'. * modules/log10-ieee-tests: New file. * tests/test-log10-ieee.c: New file.
new file mode 100644 --- /dev/null +++ b/modules/log10l-ieee @@ -0,0 +1,24 @@ +Description: +log10l() function according to ISO C 99 with IEC 60559. + +Files: + +Depends-on: +log10l +fpieee + +configure.ac: + +Makefile.am: + +Include: +<math.h> + +Link: +$(LOG10L_LIBM) + +License: +LGPL + +Maintainer: +Bruno Haible