Mercurial > hg > octave-lojdl > gnulib-hg
comparison modules/floorl @ 9293:b4e0b96fc4ba
New module 'floorl'.
author | Bruno Haible <bruno@clisp.org> |
---|---|
date | Fri, 05 Oct 2007 03:33:31 +0200 |
parents | |
children | efab6978105e |
comparison
equal
deleted
inserted
replaced
9292:7ad74ca8acb4 | 9293:b4e0b96fc4ba |
---|---|
1 Description: | |
2 floorl() function: round towards negative infinity. | |
3 | |
4 Files: | |
5 lib/floorl.c | |
6 lib/floor.c | |
7 m4/floorl.m4 | |
8 | |
9 Depends-on: | |
10 math | |
11 extensions | |
12 float | |
13 | |
14 configure.ac: | |
15 gl_FUNC_FLOORL | |
16 gl_MATH_MODULE_INDICATOR([floorl]) | |
17 | |
18 Makefile.am: | |
19 | |
20 Include: | |
21 <math.h> | |
22 | |
23 Link: | |
24 $(FLOORL_LIBM) | |
25 | |
26 License: | |
27 LGPL | |
28 | |
29 Maintainer: | |
30 Bruno Haible | |
31 |