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
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
16493
631c719f326f New module 'remainder-ieee'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
1 Description:
631c719f326f New module 'remainder-ieee'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
2 remainder() function according to ISO C 99 with IEC 60559.
631c719f326f New module 'remainder-ieee'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
3
631c719f326f New module 'remainder-ieee'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
4 Files:
631c719f326f New module 'remainder-ieee'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
5
631c719f326f New module 'remainder-ieee'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
6 Depends-on:
631c719f326f New module 'remainder-ieee'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
7 remainder
631c719f326f New module 'remainder-ieee'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
8 fpieee
631c719f326f New module 'remainder-ieee'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
9
631c719f326f New module 'remainder-ieee'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
10 configure.ac:
631c719f326f New module 'remainder-ieee'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
11
631c719f326f New module 'remainder-ieee'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
12 Makefile.am:
631c719f326f New module 'remainder-ieee'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
13
631c719f326f New module 'remainder-ieee'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
14 Include:
631c719f326f New module 'remainder-ieee'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
15 <math.h>
631c719f326f New module 'remainder-ieee'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
16
631c719f326f New module 'remainder-ieee'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
17 Link:
631c719f326f New module 'remainder-ieee'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
18 $(REMAINDER_LIBM)
631c719f326f New module 'remainder-ieee'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
19
631c719f326f New module 'remainder-ieee'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
20 License:
631c719f326f New module 'remainder-ieee'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
21 LGPL
631c719f326f New module 'remainder-ieee'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
22
631c719f326f New module 'remainder-ieee'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
23 Maintainer:
631c719f326f New module 'remainder-ieee'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
24 Bruno Haible