view modules/ceilf-ieee @ 13978:5bbfbdf17b53

New module 'ceilf-ieee'. * modules/ceilf-ieee: New file. * m4/ceilf.m4 (gl_FUNC_FLOORF): If gl_FUNC_CEILF_IEEE is also used, test whether ceilf works according to ISO C 99 with IEC 60559. * m4/ceilf-ieee.m4: New file. * modules/ceilf-ieee-tests: New file. * tests/test-ceilf-ieee.c: New file, based on tests/test-ceilf1.c. * tests/test-ceilf1.c (main): Remove signbit tests. * modules/ceilf-tests (Depends-on): Remove 'signbit'. * doc/posix-functions/ceilf.texi: Mention the new module.
author Bruno Haible <bruno@clisp.org>
date Tue, 21 Dec 2010 14:32:25 +0100
parents
children 1f14c6dd175d
line wrap: on
line source

Description:
ceilf() function according to ISO C 99 with IEC 60559.

Files:
m4/ceilf-ieee.m4
m4/minus-zero.m4
m4/signbit.m4

Depends-on:
ceilf

configure.ac:
gl_FUNC_CEILF_IEEE

Makefile.am:

Include:
<math.h>

Link:
$(CEILF_LIBM)

License:
LGPL

Maintainer:
Bruno Haible