annotate modules/sinhf @ 40186:8964917f9574

autoupdate
author Karl Berry <karl@freefriends.org>
date Mon, 18 Feb 2019 08:02:49 -0800
parents 1f14c6dd175d
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
15893
792aac7b45c4 New module 'sinhf'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
1 Description:
792aac7b45c4 New module 'sinhf'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
2 sinhf() function: hyperbolic sine function.
792aac7b45c4 New module 'sinhf'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
3
792aac7b45c4 New module 'sinhf'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
4 Files:
792aac7b45c4 New module 'sinhf'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
5 lib/sinhf.c
792aac7b45c4 New module 'sinhf'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
6 m4/sinhf.m4
792aac7b45c4 New module 'sinhf'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
7
792aac7b45c4 New module 'sinhf'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
8 Depends-on:
792aac7b45c4 New module 'sinhf'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
9 math
16580
fdbe3125f81a math: Ensure declarations of math functions.
Bruno Haible <bruno@clisp.org>
parents: 15893
diff changeset
10 extensions
15893
792aac7b45c4 New module 'sinhf'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
11 sinh [test $HAVE_SINHF = 0]
792aac7b45c4 New module 'sinhf'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
12
792aac7b45c4 New module 'sinhf'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
13 configure.ac:
792aac7b45c4 New module 'sinhf'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
14 gl_FUNC_SINHF
792aac7b45c4 New module 'sinhf'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
15 if test $HAVE_SINHF = 0; then
792aac7b45c4 New module 'sinhf'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
16 AC_LIBOBJ([sinhf])
792aac7b45c4 New module 'sinhf'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
17 fi
792aac7b45c4 New module 'sinhf'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
18 gl_MATH_MODULE_INDICATOR([sinhf])
792aac7b45c4 New module 'sinhf'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
19
792aac7b45c4 New module 'sinhf'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
20 Makefile.am:
792aac7b45c4 New module 'sinhf'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
21
792aac7b45c4 New module 'sinhf'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
22 Include:
792aac7b45c4 New module 'sinhf'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
23 <math.h>
792aac7b45c4 New module 'sinhf'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
24
792aac7b45c4 New module 'sinhf'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
25 Link:
792aac7b45c4 New module 'sinhf'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
26 $(SINHF_LIBM)
792aac7b45c4 New module 'sinhf'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
27
792aac7b45c4 New module 'sinhf'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
28 License:
792aac7b45c4 New module 'sinhf'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
29 LGPL
792aac7b45c4 New module 'sinhf'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
30
792aac7b45c4 New module 'sinhf'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
31 Maintainer:
17713
1f14c6dd175d Bruno Haible has stepped down as maintainer.
Paul Eggert <eggert@cs.ucla.edu>
parents: 16580
diff changeset
32 all