repo.or.cz
/
gnulib
/
ericb.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
math: Add support for OpenVMS.
[gnulib/ericb.git]
/
modules
/
remainderl-ieee
blob
490181b9d8c6b912346717b8504607af45e7b2f7
1
Description:
2
remainderl() function according to ISO C 99 with IEC 60559.
3
4
Files:
5
m4/remainderl-ieee.m4
6
7
Depends-on:
8
remainderl
9
fpieee
10
remainder-ieee [{ test $HAVE_REMAINDERL = 0 || test $REPLACE_REMAINDERL = 1; } && test $HAVE_SAME_LONG_DOUBLE_AS_DOUBLE = 1]
11
12
configure.ac:
13
gl_FUNC_REMAINDERL_IEEE
14
15
Makefile.am:
16
17
Include:
18
<math.h>
19
20
Link:
21
$(REMAINDERL_LIBM)
22
23
License:
24
LGPL
25
26
Maintainer:
27
all