Mercurial > hg > octave-kai > gnulib-hg
annotate modules/remainder-ieee @ 17450:fcdfb5b7741a
* lib/tmpdir.c: Simplify code to add slash; no need for a loop.
author | Paul Eggert <eggert@cs.ucla.edu> |
---|---|
date | Mon, 15 Jul 2013 13:32:24 -0700 |
parents | 3843e07f6df5 |
children |
rev | line source |
---|---|
16493 | 1 Description: |
2 remainder() function according to ISO C 99 with IEC 60559. | |
3 | |
4 Files: | |
16497
3843e07f6df5
remainder-ieee: Work around test failure on OSF/1.
Bruno Haible <bruno@clisp.org>
parents:
16493
diff
changeset
|
5 m4/remainder-ieee.m4 |
16493 | 6 |
7 Depends-on: | |
8 remainder | |
9 fpieee | |
10 | |
11 configure.ac: | |
16497
3843e07f6df5
remainder-ieee: Work around test failure on OSF/1.
Bruno Haible <bruno@clisp.org>
parents:
16493
diff
changeset
|
12 gl_FUNC_REMAINDER_IEEE |
16493 | 13 |
14 Makefile.am: | |
15 | |
16 Include: | |
17 <math.h> | |
18 | |
19 Link: | |
20 $(REMAINDER_LIBM) | |
21 | |
22 License: | |
23 LGPL | |
24 | |
25 Maintainer: | |
26 Bruno Haible |