annotate modules/copysignf @ 40196:e63f5d3edab5

relocatable-prog: Update documentation. * doc/relocatable-maint.texi (Supporting Relocation): Update to match the recent changes.
author Bruno Haible <bruno@clisp.org>
date Sun, 24 Feb 2019 01:49:15 +0100
parents 1f14c6dd175d
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
15911
bc21ee3c09aa New module 'copysignf'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
1 Description:
bc21ee3c09aa New module 'copysignf'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
2 copysignf() function: copy sign into another 'float' number.
bc21ee3c09aa New module 'copysignf'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
3
bc21ee3c09aa New module 'copysignf'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
4 Files:
bc21ee3c09aa New module 'copysignf'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
5 lib/copysignf.c
bc21ee3c09aa New module 'copysignf'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
6 m4/copysignf.m4
bc21ee3c09aa New module 'copysignf'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
7 m4/mathfunc.m4
bc21ee3c09aa New module 'copysignf'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
8
bc21ee3c09aa New module 'copysignf'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
9 Depends-on:
bc21ee3c09aa New module 'copysignf'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
10 math
16580
fdbe3125f81a math: Ensure declarations of math functions.
Bruno Haible <bruno@clisp.org>
parents: 15911
diff changeset
11 extensions
15911
bc21ee3c09aa New module 'copysignf'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
12 signbit [test $HAVE_COPYSIGNF = 0]
bc21ee3c09aa New module 'copysignf'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
13
bc21ee3c09aa New module 'copysignf'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
14 configure.ac:
bc21ee3c09aa New module 'copysignf'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
15 gl_FUNC_COPYSIGNF
bc21ee3c09aa New module 'copysignf'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
16 if test $HAVE_COPYSIGNF = 0; then
bc21ee3c09aa New module 'copysignf'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
17 AC_LIBOBJ([copysignf])
bc21ee3c09aa New module 'copysignf'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
18 fi
bc21ee3c09aa New module 'copysignf'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
19 gl_MATH_MODULE_INDICATOR([copysignf])
bc21ee3c09aa New module 'copysignf'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
20
bc21ee3c09aa New module 'copysignf'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
21 Makefile.am:
bc21ee3c09aa New module 'copysignf'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
22
bc21ee3c09aa New module 'copysignf'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
23 Include:
bc21ee3c09aa New module 'copysignf'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
24 <math.h>
bc21ee3c09aa New module 'copysignf'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
25
bc21ee3c09aa New module 'copysignf'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
26 Link:
bc21ee3c09aa New module 'copysignf'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
27 $(COPYSIGNF_LIBM)
bc21ee3c09aa New module 'copysignf'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
28
bc21ee3c09aa New module 'copysignf'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
29 License:
bc21ee3c09aa New module 'copysignf'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
30 LGPL
bc21ee3c09aa New module 'copysignf'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
31
bc21ee3c09aa New module 'copysignf'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
32 Maintainer:
17713
1f14c6dd175d Bruno Haible has stepped down as maintainer.
Paul Eggert <eggert@cs.ucla.edu>
parents: 16580
diff changeset
33 all