Mercurial > hg > octave-lojdl > gnulib-hg
annotate modules/roundl-ieee @ 13988:46007e663235
New module 'roundl-ieee'.
* modules/roundl-ieee: New file.
* m4/roundl.m4 (gl_FUNC_ROUNDL): If gl_FUNC_ROUNDL_IEEE is also used,
test whether roundl works according to ISO C 99 with IEC 60559.
* m4/roundl-ieee.m4: New file.
* modules/roundl-ieee-tests: New file.
* tests/test-roundl-ieee.c: New file, based on tests/test-roundl.c.
* tests/test-roundl.c (main): Remove signbit tests.
* modules/roundl-tests (Depends-on): Remove signbit.
* doc/posix-functions/roundl.texi: Mention the new module.
author | Bruno Haible <bruno@clisp.org> |
---|---|
date | Tue, 21 Dec 2010 22:27:02 +0100 |
parents | |
children | e9ece819f6cd |
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 | |
11 | |
12 configure.ac: | |
13 gl_FUNC_ROUNDL_IEEE | |
14 | |
15 Makefile.am: | |
16 | |
17 Include: | |
18 <math.h> | |
19 | |
20 Link: | |
21 $(ROUNDL_LIBM) | |
22 | |
23 License: | |
24 LGPL | |
25 | |
26 Maintainer: | |
27 Bruno Haible |