Mercurial > hg > octave-shane > gnulib-hg
changeset 16479:e9314f801445
New module 'fmodf-ieee'.
* modules/fmodf-ieee: New file.
author | Bruno Haible <bruno@clisp.org> |
---|---|
date | Mon, 27 Feb 2012 11:17:12 +0100 |
parents | 7a584080eab0 |
children | e66f1b478a12 |
files | ChangeLog modules/fmodf-ieee |
diffstat | 2 files changed, 29 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2012-02-27 Bruno Haible <bruno@clisp.org> + + New module 'fmodf-ieee'. + * modules/fmodf-ieee: New file. + 2012-02-27 Bruno Haible <bruno@clisp.org> Tests for module 'rintl-ieee'.
new file mode 100644 --- /dev/null +++ b/modules/fmodf-ieee @@ -0,0 +1,24 @@ +Description: +fmodf() function according to ISO C 99 with IEC 60559. + +Files: + +Depends-on: +fmodf +fpieee + +configure.ac: + +Makefile.am: + +Include: +<math.h> + +Link: +$(FMODF_LIBM) + +License: +LGPL + +Maintainer: +Bruno Haible