mirror of
https://https.git.savannah.gnu.org/git/gnulib.git
synced 2026-09-01 02:34:55 +00:00
4ee2d29251
* modules/roundf-ieee: New file. * m4/roundf.m4 (gl_FUNC_ROUNDF): If gl_FUNC_ROUNDF_IEEE is also used, test whether roundf works according to ISO C 99 with IEC 60559. * m4/roundf-ieee.m4: New file. * modules/roundf-ieee-tests: New file. * tests/test-roundf-ieee.c: New file, based on tests/test-roundf1.c. * tests/test-roundf1.c (main): Remove signbit tests. * modules/roundf-tests (Depends-on): Remove 'signbit'. * doc/posix-functions/roundf.texi: Mention the new module.
28 lines
277 B
Plaintext
28 lines
277 B
Plaintext
Description:
|
|
roundf() function according to ISO C 99 with IEC 60559.
|
|
|
|
Files:
|
|
m4/roundf-ieee.m4
|
|
m4/minus-zero.m4
|
|
m4/signbit.m4
|
|
|
|
Depends-on:
|
|
roundf
|
|
|
|
configure.ac:
|
|
gl_FUNC_ROUNDF_IEEE
|
|
|
|
Makefile.am:
|
|
|
|
Include:
|
|
<math.h>
|
|
|
|
Link:
|
|
$(ROUNDF_LIBM)
|
|
|
|
License:
|
|
LGPL
|
|
|
|
Maintainer:
|
|
Bruno Haible
|