annotate modules/remainder-ieee @ 17450:fcdfb5b7741a

* lib/tmpdir.c: Simplify code to add slash; no need for a loop.
author Paul Eggert <eggert@cs.ucla.edu>
date Mon, 15 Jul 2013 13:32:24 -0700
parents 3843e07f6df5
children
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:
16497
3843e07f6df5 remainder-ieee: Work around test failure on OSF/1.
Bruno Haible <bruno@clisp.org>
parents: 16493
diff changeset
5 m4/remainder-ieee.m4
16493
631c719f326f New module 'remainder-ieee'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
6
631c719f326f New module 'remainder-ieee'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
7 Depends-on:
631c719f326f New module 'remainder-ieee'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
8 remainder
631c719f326f New module 'remainder-ieee'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
9 fpieee
631c719f326f New module 'remainder-ieee'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
10
631c719f326f New module 'remainder-ieee'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
11 configure.ac:
16497
3843e07f6df5 remainder-ieee: Work around test failure on OSF/1.
Bruno Haible <bruno@clisp.org>
parents: 16493
diff changeset
12 gl_FUNC_REMAINDER_IEEE
16493
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 Makefile.am:
631c719f326f New module 'remainder-ieee'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
15
631c719f326f New module 'remainder-ieee'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
16 Include:
631c719f326f New module 'remainder-ieee'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
17 <math.h>
631c719f326f New module 'remainder-ieee'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
18
631c719f326f New module 'remainder-ieee'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
19 Link:
631c719f326f New module 'remainder-ieee'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
20 $(REMAINDER_LIBM)
631c719f326f New module 'remainder-ieee'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
21
631c719f326f New module 'remainder-ieee'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
22 License:
631c719f326f New module 'remainder-ieee'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
23 LGPL
631c719f326f New module 'remainder-ieee'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
24
631c719f326f New module 'remainder-ieee'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
25 Maintainer:
631c719f326f New module 'remainder-ieee'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
26 Bruno Haible