view modules/round-ieee @ 16364:89227b989588

fatal-signal: use C prototypes (with explicit void). * lib/fatal-signal.c (uninstall_handlers, install_handlers) (init_fatal_signal_set, block_fatal_signals): Fix signatures.
author Akim Demaille <demaille@gostai.com>
date Wed, 08 Feb 2012 10:36:20 +0100
parents b9224776823f
children fce13a4b73aa
line wrap: on
line source

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

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

Depends-on:
round
floor-ieee      [test $HAVE_DECL_ROUND = 0 || test $REPLACE_ROUND = 1]
ceil-ieee       [test $HAVE_DECL_ROUND = 0 || test $REPLACE_ROUND = 1]

configure.ac:
gl_FUNC_ROUND_IEEE

Makefile.am:

Include:
<math.h>

Link:
$(ROUND_LIBM)

License:
LGPL

Maintainer:
Bruno Haible