Mercurial > hg > octave-kai > gnulib-hg
annotate modules/floor-ieee @ 17476:6057744acd2c default tip master
autoupdate
author | Karl Berry <karl@freefriends.org> |
---|---|
date | Fri, 16 Aug 2013 06:32:22 -0700 |
parents | 8a7dbd29e9a5 |
children |
rev | line source |
---|---|
13981 | 1 Description: |
2 floor() function according to ISO C 99 with IEC 60559. | |
3 | |
4 Files: | |
5 m4/floor-ieee.m4 | |
6 m4/minus-zero.m4 | |
7 m4/signbit.m4 | |
8 | |
9 Depends-on: | |
10 floor | |
11 | |
12 configure.ac: | |
13 gl_FUNC_FLOOR_IEEE | |
14 | |
15 Makefile.am: | |
16 | |
17 Include: | |
18 <math.h> | |
19 | |
20 Link: | |
21 $(FLOOR_LIBM) | |
22 | |
23 License: | |
24 LGPL | |
25 | |
26 Maintainer: | |
27 Bruno Haible |