Mercurial > hg > octave-lojdl > gnulib-hg
annotate modules/roundl-ieee @ 17259:bc20efc34eba octave-stable
branch to handle patches for Octave stable
author | John W. Eaton <jwe@octave.org> |
---|---|
date | Thu, 03 Jan 2013 14:26:52 -0500 |
parents | e9ece819f6cd |
children |
rev | line source |
---|---|
13988 | 1 Description: |
2 roundl() function according to ISO C 99 with IEC 60559. | |
3 | |
4 Files: | |
5 m4/roundl-ieee.m4 | |
6 m4/minus-zero.m4 | |
7 m4/signbit.m4 | |
8 | |
9 Depends-on: | |
10 roundl | |
14023
e9ece819f6cd
roundl-ieee: Make it work on OSF/1 5.1 with cc.
Bruno Haible <bruno@clisp.org>
parents:
13988
diff
changeset
|
11 floorl-ieee |
e9ece819f6cd
roundl-ieee: Make it work on OSF/1 5.1 with cc.
Bruno Haible <bruno@clisp.org>
parents:
13988
diff
changeset
|
12 ceill-ieee |
13988 | 13 |
14 configure.ac: | |
15 gl_FUNC_ROUNDL_IEEE | |
16 | |
17 Makefile.am: | |
18 | |
19 Include: | |
20 <math.h> | |
21 | |
22 Link: | |
23 $(ROUNDL_LIBM) | |
24 | |
25 License: | |
26 LGPL | |
27 | |
28 Maintainer: | |
29 Bruno Haible |