Mercurial > hg > octave-lojdl > gnulib-hg
annotate 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 |
rev | line source |
---|---|
16493 | 1 Description: |
2 remainder() function according to ISO C 99 with IEC 60559. | |
3 | |
4 Files: | |
5 | |
6 Depends-on: | |
7 remainder | |
8 fpieee | |
9 | |
10 configure.ac: | |
11 | |
12 Makefile.am: | |
13 | |
14 Include: | |
15 <math.h> | |
16 | |
17 Link: | |
18 $(REMAINDER_LIBM) | |
19 | |
20 License: | |
21 LGPL | |
22 | |
23 Maintainer: | |
24 Bruno Haible |