view modules/remainderf-ieee @ 17305:0e5a583a2a8d

regex: test for buffer overrun * m4/regex.m4 (gl_REGEX): Add test case, by Andreas Schwab, for the just-fixed regex bug.
author Paul Eggert <eggert@cs.ucla.edu>
date Tue, 29 Jan 2013 22:34:58 -0800
parents e04c5a489c44
children
line wrap: on
line source

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

Files:
m4/remainderf-ieee.m4

Depends-on:
remainderf
fpieee
remainder-ieee  [test $HAVE_REMAINDERF = 0 || test $REPLACE_REMAINDERF = 1]

configure.ac:
gl_FUNC_REMAINDERF_IEEE

Makefile.am:

Include:
<math.h>

Link:
$(REMAINDERF_LIBM)

License:
LGPL

Maintainer:
Bruno Haible