Mercurial > hg > octave-lojdl > gnulib-hg
diff modules/remainder-ieee @ 16493:631c719f326f
New module 'remainder-ieee'.
* modules/remainder-ieee: New file.
author | Bruno Haible <bruno@clisp.org> |
---|---|
date | Mon, 27 Feb 2012 17:44:08 +0100 |
parents | |
children | 3843e07f6df5 |
line wrap: on
line diff
new file mode 100644 --- /dev/null +++ b/modules/remainder-ieee @@ -0,0 +1,24 @@ +Description: +remainder() function according to ISO C 99 with IEC 60559. + +Files: + +Depends-on: +remainder +fpieee + +configure.ac: + +Makefile.am: + +Include: +<math.h> + +Link: +$(REMAINDER_LIBM) + +License: +LGPL + +Maintainer: +Bruno Haible