annotate modules/floorl @ 14276:6b7046963230

di-set, ino-map: new modules, from coreutils * lib/di-set.c: New file. * lib/di-set.h: Likewise. * lib/ino-map.c: Likewise. * lib/ino-map.h: Likewise. * modules/di-set: Likewise. * modules/di-set-tests: Likewise. * modules/ino-map: Likewise. * modules/ino-map-tests: Likewise. * tests/test-di-set.c: Likewise. * tests/test-ino-map.c: Likewise.
author Jim Meyering <meyering@redhat.com>
date Mon, 07 Feb 2011 16:01:24 +0100
parents b4e0b96fc4ba
children efab6978105e
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
9293
b4e0b96fc4ba New module 'floorl'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
1 Description:
b4e0b96fc4ba New module 'floorl'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
2 floorl() function: round towards negative infinity.
b4e0b96fc4ba New module 'floorl'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
3
b4e0b96fc4ba New module 'floorl'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
4 Files:
b4e0b96fc4ba New module 'floorl'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
5 lib/floorl.c
b4e0b96fc4ba New module 'floorl'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
6 lib/floor.c
b4e0b96fc4ba New module 'floorl'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
7 m4/floorl.m4
b4e0b96fc4ba New module 'floorl'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
8
b4e0b96fc4ba New module 'floorl'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
9 Depends-on:
b4e0b96fc4ba New module 'floorl'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
10 math
b4e0b96fc4ba New module 'floorl'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
11 extensions
b4e0b96fc4ba New module 'floorl'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
12 float
b4e0b96fc4ba New module 'floorl'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
13
b4e0b96fc4ba New module 'floorl'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
14 configure.ac:
b4e0b96fc4ba New module 'floorl'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
15 gl_FUNC_FLOORL
b4e0b96fc4ba New module 'floorl'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
16 gl_MATH_MODULE_INDICATOR([floorl])
b4e0b96fc4ba New module 'floorl'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
17
b4e0b96fc4ba New module 'floorl'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
18 Makefile.am:
b4e0b96fc4ba New module 'floorl'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
19
b4e0b96fc4ba New module 'floorl'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
20 Include:
b4e0b96fc4ba New module 'floorl'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
21 <math.h>
b4e0b96fc4ba New module 'floorl'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
22
b4e0b96fc4ba New module 'floorl'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
23 Link:
b4e0b96fc4ba New module 'floorl'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
24 $(FLOORL_LIBM)
b4e0b96fc4ba New module 'floorl'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
25
b4e0b96fc4ba New module 'floorl'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
26 License:
b4e0b96fc4ba New module 'floorl'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
27 LGPL
b4e0b96fc4ba New module 'floorl'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
28
b4e0b96fc4ba New module 'floorl'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
29 Maintainer:
b4e0b96fc4ba New module 'floorl'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
30 Bruno Haible
b4e0b96fc4ba New module 'floorl'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
31