mirror of
https://git.savannah.gnu.org/git/gnulib.git
synced 2025-08-17 12:41:05 +03:00
* m4/sinh.m4: New file. * modules/sinh (Files): Add it. (configure.ac): Just invoke gl_FUNC_SINH.
26 lines
225 B
Plaintext
26 lines
225 B
Plaintext
Description:
|
|
sinh() function: hyperbolic sine function.
|
|
|
|
Files:
|
|
m4/sinh.m4
|
|
m4/mathfunc.m4
|
|
|
|
Depends-on:
|
|
|
|
configure.ac:
|
|
gl_FUNC_SINH
|
|
|
|
Makefile.am:
|
|
|
|
Include:
|
|
<math.h>
|
|
|
|
Link:
|
|
$(SINH_LIBM)
|
|
|
|
License:
|
|
LGPL
|
|
|
|
Maintainer:
|
|
Bruno Haible
|