1Description:
2remainderf() function according to ISO C 99 with IEC 60559.
3
4Files:
5m4/remainderf-ieee.m4
6
7Depends-on:
8remainderf
9fpieee
10remainder-ieee  [test $HAVE_REMAINDERF = 0 || test $REPLACE_REMAINDERF = 1]
11
12configure.ac:
13gl_FUNC_REMAINDERF_IEEE
14
15Makefile.am:
16
17Include:
18<math.h>
19
20Link:
21$(REMAINDERF_LIBM)
22
23License:
24LGPL
25
26Maintainer:
27Bruno Haible
28